GET /v10/projects
Allows to retrieve the list of projects of the authenticated user or team. The list will be paginated and the provided query parameters allow filtering the returned projects.
Servers
- https://api.vercel.com
Query parameters
Name | Type | Required | Description |
---|---|---|---|
teamId |
String | No |
The Team identifier to perform the request on behalf of. |
gitForkProtection |
String | No |
Specifies whether PRs from Git forks should require a team member's authorization before it can be deployed Possible values:
|
search |
String | No |
Search projects by the name field |
excludeRepos |
String | No |
Filter results by excluding those projects that belong to a repo |
repoId |
String | No |
Filter results by Repository ID. |
from |
String | No |
Query only projects updated after the given timestamp |
repoUrl |
String | No |
Filter results by Repository URL. |
edgeConfigId |
String | No |
Filter results by connected Edge Config ID |
repo |
String | No |
Filter results by repo. Also used for project count |
limit |
String | No |
Limit the number of projects returned |
slug |
String | No |
The Team slug to perform the request on behalf of. |
deprecated |
Boolean | No | |
edgeConfigTokenId |
String | No |
Filter results by connected Edge Config Token ID |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.