GET
/
api
/
v1
/
campaigns
/
{id}
curl https://api.ravan.ai/api/v1/campaigns/019d5b4c-8d9e-0f1a-2b3c-4d5e6f7a8b9c \
  -H "X-Api-Key: YOUR_API_KEY"
{
  "success": true,
  "message": "Campaign fetched successfully",
  "data": {
    "id": "019d5b4c-8d9e-0f1a-2b3c-4d5e6f7a8b9c",
    "name": "Q2 Outbound Blitz",
    "status": "running",
    "contact_stats": { "total": 150, "contacted": 45, "successful": 30, "failed": 5, "no_answer": 10, "pending": 100, "in_progress": 5 },
    "created_at": "2026-03-20T14:30:00Z"
  }
}

Authorizations

X-Api-Key
string
required
Your Agni API key.

Path Parameters

id
string
required
Campaign UUID.

Response

success
boolean
Whether the request succeeded.
message
string
Human-readable status message.
data
object
The campaign object (see Create Campaign for full schema).
curl https://api.ravan.ai/api/v1/campaigns/019d5b4c-8d9e-0f1a-2b3c-4d5e6f7a8b9c \
  -H "X-Api-Key: YOUR_API_KEY"
{
  "success": true,
  "message": "Campaign fetched successfully",
  "data": {
    "id": "019d5b4c-8d9e-0f1a-2b3c-4d5e6f7a8b9c",
    "name": "Q2 Outbound Blitz",
    "status": "running",
    "contact_stats": { "total": 150, "contacted": 45, "successful": 30, "failed": 5, "no_answer": 10, "pending": 100, "in_progress": 5 },
    "created_at": "2026-03-20T14:30:00Z"
  }
}

Authorizations

X-Api-Key
string
header
required

Path Parameters

id
string
required

Campaign UUID

Response

Successful response

success
boolean
message
string
data
object