List projects

Keyset-paginated list of the organization’s projects, each with its routing and budget config. Requires the manage_projects scope.

Authentication

AuthorizationBearer

A management key (prefixed mgmt_), created in the dashboard under Settings, API keys, Management keys. Distinct from a regular gateway API key, and never used to call models.

Query parameters

cursorstringOptional
Opaque cursor from a previous response's next field.
limitintegerOptional1-100Defaults to 20

Response

The organization's projects.
resultslist of objects
nextstring

Opaque cursor for the next page; null when exhausted.

previousstring