For AI agents: a documentation index is available at /docs/llms.txt. Append .md to any page URL for markdown, or send Accept: text/markdown.
List projects
Returns projects visible to the authenticated principal.
/v1/projectsAuthorizations
Authorizationstringrequiredhttp
Query parameters
cursorstringOpaque cursor from pagination.next_cursor on the previous response.
Numeric offsets are capped by the underlying search index (10,000 results
per query). Well-formed pagination stops before that window; requests whose
cursor would exceed it return 400 pagination_not_supported.
nullablelimitintegerNumber of items to return. Defaults to 50, max 200.
50min: 1max: 200sortstringSort field. Prefix with - for descending. Supported values are updated_at and name.
-updated_atqstringFull-text search query.
Response
application/jsondataobject[]requiredShow child attributes
idstringrequiredpattern: ^[0-9]+$objectstringrequiredResource-type discriminator. Always project.
created_atstringrequiredformat: date-timeupdated_atstringrequiredformat: date-timenamestringrequireddescriptionstringnullablepaginationobjectrequiredShow child attributes
next_cursorstringrequiredCursor for the next page, or null on the last page. Chart list
responses may stop before all project charts are enumerated because
the search backend caps each query at 10,000 sorted hits.
nullablehas_morebooleanrequiredWas this helpful?