GET /v9/projects

vercel.com

Summary: Retrieve a list of projects
Operation ID: getProjects
Auth: unknown
Description

Allows to retrieve the list of projects of the authenticated user. The list will be paginated and the provided query parameters allow filtering the returned projects.

Parameters (11)

edgeConfigId (string, query, optional)

Filter results by connected Edge Config ID

edgeConfigTokenId (string, query, optional)

Filter results by connected Edge Config Token ID

excludeRepos (string, query, optional)

Filter results by excluding those projects that belong to a repo

from (string, query, optional)

Query only projects updated after the given timestamp

gitForkProtection (string, query, optional)

Specifies whether PRs from Git forks should require a team member's authorization before it can be deployed

Constraints: {'enum': ['1', '0']}

limit (string, query, optional)

Limit the number of projects returned

repo (string, query, optional)

Filter results by repo. Also used for project count

repoId (string, query, optional)

Filter results by Repository ID.

repoUrl (string, query, optional)

Filter results by Repository URL.

search (string, query, optional)

Search projects by the name field

teamId (string, query, optional)

The Team identifier or slug to perform the request on behalf of.

No probe data for this endpoint yet.