Skip to main content
GET
List Campaigns
Actual endpoint: GET https://api.ravan.ai/api/v1/campaigns/ (note the trailing slash)

Authorizations

string
required
Your Agni API key used to authenticate the request. Pass it in the X-Api-Key header. Find or rotate it from your Ravan AI account settings.

Query Parameters

integer
The maximum number of records to return. Use this with offset or pagination fields to page through results.
integer
The number of records to skip before returning results. Use this with limit for pagination.
string
Filters or sets the current status of the resource. Use one of the status values supported by the endpoint.

Response

boolean
Whether the request succeeded.
string
Human-readable status message.
array
Array of campaign objects.
object
Pagination metadata.