Typescript (SDK)
outbound.batches
Fetch Outbound Communication Batch Results
GET
Typescript (SDK)
Authorizations
Path Parameters
Response
Successful Response
ID for target outreach (unique within batch)
Example:
"12345"
Target phone number
Examples:
"512-555-1234"
"+15125551234"
Variables for request
Channel manager SID
Example:
"LMc4b16a9df2ce33d84b3d30581fe6598c"
Timestamp of request creation
Example:
"2026-06-04T00:00:00Z"
Timestamp at which request was sent
Example:
"2026-06-05T00:00:00Z"
Number of attempts for request
Example:
0
Unique ID for call session
Example:
1
Unique ID for conversation
Example:
1
Status of request
Available options:
PENDING, DUPLICATE, INITIATED, CONNECTED, COMPLETED, FAILED, CANCELED, INVALID Examples:
"PENDING"
"DUPLICATE"
"INITIATED"
"CONNECTED"
"COMPLETED"
"FAILED"
"CANCELED"
"INVALID"
Status of request in channel manager (see ChannelManagerStatus)
Example:
"COMPLETED"
Status of session in insight workflow
Example:
"PENDING"
Insights from call
Example:
{
"rating": "Good",
"summary": "The customer service agent successfully assisted the caller with their inquiry and the call ended positively."
}
