Projects
List Projects
List all projects in your workspace.
Requires an API key with
read_only or full_access scope.
Returns a paginated list of projects. Results are returned in pages of up to 50 projects.
Query parameters
Pagination cursor from a previous response. Omit for the first page.
Filter by status. Comma-separated for multiple values (e.g.
in_progress,planned).Set to
true to list only archived projects. Defaults to non-archived
projects.Response
Array of project objects.
Number of projects in the current page.
Cursor for the next page.
null when there are no more results.