outbound.batches
Get Outbound Communication Batch
GET
Authorizations
Path Parameters
Response
200
application/json
Successful Response
Unique ID for conversation batch
Example:
"20250409.9"
Unique ID for campaign
Example:
1
Email of user who last updated campaign
Example:
"user@email.com"
Timestamp of batch expiration
Example:
"2025-04-10T00:00:00Z"
Status of batch
Available options:
PENDING
, ACTIVE
, PAUSED
, IDLE
, CANCELED
, EXPIRED
Number of requests in batch
Example:
152
Timestamp of batch creation
Example:
"2025-04-09T00:00:00Z"
Timestamp of batch deletion
Example:
"2025-04-09T00:00:00Z"
Reason for batch deletion
Example:
"User request"
Timestamp of last batch activity
Example:
"2025-04-09T00:00:00Z"
Counts of requests by status
Example:
{
"CANCELED": 7,
"CONNECTED": 100,
"DUPLICATE": 5,
"FAILED": 10,
"INITIATED": 20,
"PENDING": 10
}