List projects
Authentication
Query parameters
Maximum number of items to return in the page. Defaults to 50; capped at 200. See Pagination.
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. See Pagination.
When true, returns only items created by the API key’s owner. When false (default), returns all items accessible to the team.
When true, includes dashboard-created projects in addition to API-created projects. When false (default), returns only API-created projects.
Response
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.