v2

latestOpenAPI 3.1.02026-07-2664759910.6 KB
external
external-v2

List Projects

List projects for the authenticated caller's assistant with cursor pagination. Results are ordered by order_by and return next_page when additional rows are available. Use the optional status filter to narrow the result set.

get/v2/projects

Query parameters

limitinteger nullable

Maximum number of projects in this page. Default is 50; valid range is 1 to 100.

Maximum number of projects in this page. Default is 50; valid range is 1 to 100.

pagestring nullable

Opaque cursor from a previous list response. Omit for the first page. IMPORTANT: Reuse with the same order_by and status values.

Opaque cursor from a previous list response. Omit for the first page. IMPORTANT: Reuse with the same order_by and status values.

order_by'created_at' | 'updated_at'

Sort key for pagination boundaries. Use updated_at (default) for recency feeds. Use created_at for creation-order views.

Sort key for pagination boundaries. Use updated_at (default) for recency feeds. Use created_at for creation-order views.

status'active' | 'resolved' | 'archived'

Optional filter by project status.

Response

OK

next_pagestring nullable

Opaque cursor for the next page of project results. null when there are no more results.

request_idstring required

Identifier for this API request. Useful for tracing and support.

totalinteger required

Total number of matching projects before pagination is applied.