List all projects

Retrieves a list of projects available to the user, authorized with a token. This endpoint supports cursor pagination for better performance with large datasets. When using cursor pagination, the response will include a nextCursor value in the response headers when more data is available. Continue making requests with the nextCursor value until no nextCursor is returned, indicating all data has been retrieved. Note that cursor pagination returns projects in creation order rather than by name.

Requires read_projects OAuth access scope.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
number

Limit results to team ID.

string

One or more project names to filter by (comma separated).

number
enum

Whether to include project statistics. Possible values are 1 and 0.

Allowed:
number
enum

Whether to include project settings. Possible values are 1 and 0.

Allowed:
string
enum

Type of pagination. Possible values are offset and cursor. The default value is offset. Cursor pagination is performance-optimized and does not count total records or calculate remaining pages. When using cursor pagination, continue making requests until no nextCursor is returned in the response headers.

Allowed:
integer

Number of items to include (max 5000).

integer

Return results starting from this page.

string

Return results starting from this cursor. When using cursor pagination, this parameter should contain the nextCursor value from the previous response. Continue pagination until no nextCursor is returned in the response headers.

Response

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json