Skip to main content
GET
Returns a paginated list of campaigns for the project.

Authentication

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

Path parameters

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

Query parameters

integer
default:"0"
Number of records to skip. Must be >= 0.
integer
default:"20"
Page size. Range: 1100.
string
JSON object of MongoDB-compatible filters, for example {"status":"running"}.
string
JSON sort object, for example {"created_at":-1}. Defaults to created_at descending.
string
JSON projection object or comma-separated field list.

Response

array
required
Campaign 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 or project.