List projects
Returns API-created projects, most recently updated first. Dashboard projects are excluded. Use selfOnly=true to restrict results to the calling API key’s user; otherwise all API-created projects for the team are returned. Paginated; pass nextCursor from the previous response as cursor to fetch the next page.
Authentication
Query parameters
Maximum number of items to return in the page. Defaults to 50; capped at 200.
Opaque pagination cursor returned as nextCursor by the previous page. Omit on the first request. Cursors are tied to the endpoint that produced them and must be passed unmodified.
When true, returns only projects created by the API key’s owner. When false (default), returns all projects accessible to the team.
Response
List of API-created projects.
When true, there are more projects available. Pass nextCursor as the cursor query param to fetch the next page.
Opaque cursor to fetch the next page. null when hasMore is false.