API Reference
Broadcasts

Get broadcast detail with funnel, costs, and blocking reason

GET
/v1/broadcasts/{id}

The aggregate read: funnel counts, cost rollups, total_contacts, plus next_dial_at/blocking_reason and seat usage while running. No embedded call details — query GET /v1/calls?broadcast_id=….

Authorization

bearerAuth
AuthorizationBearer <token>

Long-lived ES256 JWT minted from the dashboard (https://app.sautikit.com/developers/api-keys). Signed by the platform keyring. Carries workspace_id and scopes claims; revoked via the platform deny-list.

In: header

Path Parameters

id*string
Formatuuid

Response Body

application/json

application/json

application/json

curl -X GET "https://example.com/v1/broadcasts/497f6eca-6276-4993-bfeb-53cbbbba6f08"
{  "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",  "agent_id": "2b1e3b65-2c04-4fa2-a2d7-467901e98978",  "caller_number_id": "6724ddc7-3cb4-46c7-90e2-4e18c26317c6",  "name": "string",  "prompt_template": "string",  "start_phrase": "string",  "required_variables": [    "string"  ],  "schedule_days": [    0  ],  "daily_start_minute": 0,  "daily_end_minute": 0,  "timezone": "string",  "max_attempts": 0,  "backoff_minutes": 0,  "retry_on": [    "no_answer"  ],  "state": "draft",  "reason": "string",  "completed_at": "2019-08-24T14:15:22Z",  "created_at": "2019-08-24T14:15:22Z",  "updated_at": "2019-08-24T14:15:22Z",  "funnel": {    "queued": 0,    "attempted": 0,    "reached": 0,    "completed": 0,    "no_answer": 0,    "busy": 0,    "voicemail": 0,    "failed": 0,    "exhausted": 0,    "canceled": 0,    "calling": 0,    "waiting_retry": 0  },  "costs": {    "ai_cost_minor": 0,    "telco_cost_minor": 0,    "total_cost_minor": 0,    "voicemail_spend_minor": 0,    "currency": "string",    "total_duration_seconds": 0,    "total_turns": 0  },  "total_contacts": 0,  "next_dial_at": "2019-08-24T14:15:22Z",  "blocking_reason": "string",  "seats_in_use": 0,  "seats_total": 0}
{  "error": {    "code": "validation.bad_request",    "message": "string",    "request_id": "string"  }}
{  "error": {    "code": "validation.bad_request",    "message": "string",    "request_id": "string"  }}