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.

get/v1/projects

Authorizations

Authorizationstringrequired

http

Query parameters

cursorstring

Opaque 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.

Constraints:nullable
limitinteger

Number of items to return. Defaults to 50, max 200.

Default:50
Constraints:min: 1max: 200
sortstring

Sort field. Prefix with - for descending. Supported values are updated_at and name.

Example:-updated_at
qstring

Full-text search query.

Response

application/json
200· Successful response.
dataobject[]required
Show child attributes
idstringrequired
Constraints:pattern: ^[0-9]+$
objectstringrequired

Resource-type discriminator. Always project.

created_atstringrequired
Constraints:format: date-time
updated_atstringrequired
Constraints:format: date-time
namestringrequired
descriptionstring
Constraints:nullable
paginationobjectrequired
Show child attributes
next_cursorstringrequired

Cursor 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.

Constraints:nullable
has_morebooleanrequired

Was this helpful?