Skip to main content
GET
Returns a paginated list of projects for the organization.

Authentication

X-API-Key
string
required
Project API key for this organization. Format: bot_live_…

Path parameters

organization_id
string
required
Organization ID. Must match the API key.

Query parameters

skip
integer
default:"0"
Number of records to skip.
limit
integer
default:"20"
Page size. Range: 1100.
filters
string
JSON filter object, for example {"status":"active"}.
sort
string
JSON sort object, for example {"created_at":-1}.
projection
string
JSON projection object, for example {"name":1,"status":1}.

Response

items
array
required
Project objects for the current page.
pagination
object
required
Pagination metadata.

Errors

401
Unauthorized
Missing, invalid, or revoked API key.
403
Forbidden
API key is not authorized for this organization.