curl -X GET "https://api.zudu.ai/batch-call/batch_abc123" \ -H "X-API-KEY: sk_Abc123Def456..." \ -H "X-API-SECRET: s3cr3t_Xyz789..." \
{ "message": "Batch call retrieved successfully", "status": "success", "data": { "batch_call_id": "batch_abc123", "name": "Customer Follow-up Campaign", "status": "COMPLETED", "total_task_count": 100, "completed_task_count": 95, "failed_task_count": 5, "created_at": "2024-01-15T10:30:00Z", "updated_at": "2024-01-15T11:45:00Z" }
Retrieve details of a specific batch call
sk_...
s3cr3t_...
batch_...
batch_abc123def456
DRAFT
SCHEDULED
SENT
COMPLETED
FAILED
{ "message": "Batch call not found", "status": "error", "error": "Batch call with ID 'batch_abc123' does not exist" }