Campaigns
List campaigns
List campaigns in a project with pagination and filters
GET
Returns a paginated list of campaigns for the project.
Authentication
Project API key for this organization and project. Format:
bot_live_…Path parameters
Organization ID. Must match the API key.
Project ID. Must match the API key.
Query parameters
Number of records to skip. Must be
>= 0.Page size. Range:
1–100.JSON object of MongoDB-compatible filters, for example
{"status":"running"}.JSON sort object, for example
{"created_at":-1}. Defaults to created_at descending.JSON projection object or comma-separated field list.
Response
Campaign objects for the current page.
Pagination metadata.
Errors
Missing, invalid, or revoked API key.
API key is not authorized for this organization or project.

