outbound.batches
Get Outbound Communication Batch
get/api/v1/outbound/batches/{batch_id}
Path parameters
batch_idstring required
Response
Successful Response
Example response
{
"batch_id": "20260801.9",
"campaign_id": 1,
"expires_on": "2026-08-02T00:00:00Z",
"paused": true,
"upload_filename": "LATE_PAYMENTS_20250401.csv",
"dispatch_id": "5ac42327fbd7e03b441650b79ae91ae1",
"created_at": "2026-08-01T00:00:00Z",
"deleted_at": "2026-08-01T00:00:00Z",
"deleted_reason": "User request",
"last_updated_at": "2026-08-01T00:00:00Z",
"last_updated_by": "user@email.com",
"error_message": "Invalid file format",
"status_counts": {
"CANCELED": 7,
"CONNECTED": 100,
"DUPLICATE": 5,
"FAILED": 10,
"INITIATED": 20,
"PENDING": 10
},
"detailed_status_counts": {
"CONNECTED": {
"counts": {
"COMPLETED": 95,
"NO-ANSWER": 5
},
"total_count": 100
},
"PENDING": {
"counts": {
"PENDING": 8,
"SENT": 2
},
"total_count": 10
},
"QUEUED": {
"total_count": 200
}
}
}