Projects
List projects
List projects in an organization with pagination
GET
Returns a paginated list of projects for the organization.
Authentication
Project API key for this organization. Format:
bot_live_…Path parameters
Organization ID. Must match the API key.
Query parameters
Number of records to skip.
Page size. Range:
1–100.JSON filter object, for example
{"status":"active"}.JSON sort object, for example
{"created_at":-1}.JSON projection object, for example
{"name":1,"status":1}.Response
Project objects for the current page.
Pagination metadata.
Errors
Missing, invalid, or revoked API key.
API key is not authorized for this organization.

