Schedules
List schedules
Retrieve outbound call campaigns and their delivery status.
Retrieve outbound call campaigns and their delivery status.
Authorization
ApiKeyAuth X-API-Key<token>
Voice platform authentication secret. Create one from the API Keys endpoint or your dashboard.
In: header
Response Body
application/json
application/json
curl -X GET "https://example.com/schedules"{ "data": [ { "id": "sch_44ka", "agentId": "agt_8skd92ja", "name": "June re-engagement batch", "contactCount": 120, "scheduledAt": "2026-06-25T15:00:00Z", "status": "scheduled" } ]}{ "statusCode": 401, "message": "Unauthorized", "error": "Unauthorized"}