v14
latestOpenAPI 3.0.32026-08-04377889.4 MBRetrieve a list of 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.
Query parameters
Query only projects updated after the given timestamp or continuation token.
Query only projects updated after the given timestamp or continuation token.
Specifies whether PRs from Git forks should require a team member's authorization before it can be deployed
Specifies whether PRs from Git forks should require a team member's authorization before it can be deployed
Limit the number of projects returned
Limit the number of projects returned
Search projects by the name field
Search projects by the name field
Filter results by repo. Also used for project count
Filter results by repo. Also used for project count
Filter results by Repository ID.
Filter results by Repository ID.
Filter results by Repository URL.
Filter results by Repository URL.
Filter results by excluding those projects that belong to a repo
Filter results by excluding those projects that belong to a repo
Filter results by connected Edge Config ID
Filter results by connected Edge Config ID
Filter results by connected Edge Config Token ID
Filter results by connected Edge Config Token ID
Filter results by projects with elastic concurrency enabled
Filter results by projects with elastic concurrency enabled
Filter results by projects with Static IPs enabled
Filter results by projects with Static IPs enabled
Filter results by build machine types. Accepts comma-separated values. Use "default" for projects without a build machine type set.
Filter results by build machine types. Accepts comma-separated values. Use "default" for projects without a build machine type set.
Filter results by build queue configuration. SKIP_NAMESPACE_QUEUE includes projects without a configuration set.
Filter results by build queue configuration. SKIP_NAMESPACE_QUEUE includes projects without a configuration set.
The Team identifier to perform the request on behalf of.
The Team slug to perform the request on behalf of.
Response
Example response
[
{
"rollingRelease": {
"target": "production",
"stages": [
{
"targetPercentage": 25,
"duration": 600
}
]
}
}
]