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
string
Pagination cursor from a previous response. Omit for the first page.
string
Filter by status. Comma-separated for multiple values (e.g.
in_progress,planned).string
Set to
true to list only archived projects. Defaults to non-archived
projects.Response
object[]
Array of project objects.
number
Number of projects in the current page.
string | null
Cursor for the next page.
null when there are no more results.