Skip to main content
GET
Get All Inbound Campaigns

Headers

string
required
Your API key for authentication. Prefix with Bearer .
string
required
Your access token for authentication.

Response

object
Contains campaign analytics and campaign details.
number
Total number of inbound calls made.
object[]
An array of inbound campaign objects.

Campaign Fields

string
Unique identifier for the campaign.
string
Identifier of the user who owns the campaign.
string
Name of the inbound campaign.
string
Associated phone number ID.
string
ID of the assigned agent for the campaign.
object
Map of configured transfer numbers.
string
ID for ML-related tracking (nullable).
string
Campaign status (nullable).
string
Name of AI model used in the campaign.
string
Current running state of the campaign.
string
ISO timestamp of when the campaign was created.
string
ISO timestamp of the last update to the campaign.
string
ID of the associated workflow (nullable).
number
Number of events recorded for the campaign.

Nested: campaigns.agent

string
Name of the assigned agent.
string
Greeting message used by the agent.
string
Criteria to determine how to qualify the caller.
string
Campaign goals for the agent.
string
Background knowledge required by the agent.
string
Sample dialogue or use case for the agent.

Response Example