Skip to main content
GET
/
api
/
v1
/
agents
/
{id}
/
Get agent
curl --request GET \
  --url https://api.rezora.io/api/v1/agents/{id}/ \
  --header 'Authorization: Bearer <token>'
{
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "post_call_analyzers": [
    {}
  ],
  "created_at": "2023-11-07T05:31:56Z",
  "updated_at": "2023-11-07T05:31:56Z",
  "user_agents": {},
  "contact_groups": {},
  "name": "<string>",
  "description": "<string>",
  "status": "<string>",
  "paused_reason": "<string>",
  "agent_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "contact_group_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "concurrent_calls": 0,
  "max_retry_days": 0,
  "calling_hours": "<unknown>",
  "schedule_config": "<unknown>",
  "active_days": "<unknown>",
  "field_mappings": "<unknown>",
  "selected_contact_fields": "<unknown>",
  "timezone": "<string>",
  "call_insights": "<unknown>",
  "started_at": "2023-11-07T05:31:56Z",
  "completed_at": "2023-11-07T05:31:56Z"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string<uuid>
required

Response

200 - application/json

Shapes the Campaign row to match the Supabase response structure the frontend already consumes (nested user_agents / contact_groups objects).

id
string<uuid>
required
read-only
post_call_analyzers
object[]
required
read-only
created_at
string<date-time>
required
read-only
updated_at
string<date-time>
required
read-only
user_agents
object
required
read-only
contact_groups
object
required
read-only
name
string
Maximum string length: 255
description
string | null
status
string
Maximum string length: 32
paused_reason
string | null
agent_id
string<uuid> | null
contact_group_id
string<uuid> | null
concurrent_calls
integer<int64>
Required range: -9223372036854776000 <= x <= 9223372036854776000
max_retry_days
integer<int64>
Required range: -9223372036854776000 <= x <= 9223372036854776000
calling_hours
any
schedule_config
any
active_days
any
field_mappings
any
selected_contact_fields
any
timezone
string
Maximum string length: 64
call_insights
any
started_at
string<date-time> | null
completed_at
string<date-time> | null