v3

latestOpenAPI 3.1.02026-08-0864805951.5 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' | 'created_at_asc' | 'updated_at_asc'

Sort key for pagination boundaries. Use updated_at (default) for newest-updated-first recency feeds, updated_at_asc for oldest-updated-first staleness sweeps, created_at for newest-created-first views, or created_at_asc for oldest-created-first views.

Sort key for pagination boundaries. Use updated_at (default) for newest-updated-first recency feeds, updated_at_asc for oldest-updated-first staleness sweeps, created_at for newest-created-first views, or created_at_asc for oldest-created-first 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.