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

Authentication

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

Path parameters

string
required
Organization ID. Must match the API key.

Query parameters

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

Response

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

Errors

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