Get Outbound Call Status
Checking Status For An Outbound Call
Path Parameters
Name
Type
Description
{
"call_details": {
"max_attempts": "1",
"attempts": "1",
"events": [
{
"event": "queued",
"timestamp": 1475095892
},
{
"event": "dialing",
"timestamp": 1475095893
},
{
"event": "connected",
"timestamp": 1475095925
},
{
"event": "disconnected",
"timestamp": 1475095928
}
],
"phone_number": "'6173720293'",
"status": "completed",
"queued_timestamp": "1475095892",
"start_timestamp": "1475095925",
"end_timestamp": "1475095928",
"reattempt_wait": "300",
"duration": 3
}
}Possible Response Codes
Definitions: Call Detail Data
Sample Code
Last updated