Get debug call status
Returns debug outgoing call status info
Responses
- 200
 - 401
 
OK
- application/json
 
- Schema
 - Example (from schema)
 - Info
 
Schema
- info string[]
List of call debug messages
 - is_over boolean
true if the call has been over
 
{
  "info": [
    "start outgoing call",
    "some info string 2",
    "some info string 3",
    "last info string"
  ],
  "is_over": false
}
{
  "info": [
    "start outgoing call",
    "some info string 2",
    "some info string 3",
    "last info string"
  ],
  "is_over": true
}
Unauthorized request. Log In
- application/json
 
- Schema
 - Example (from schema)
 - Log In
 
Schema
- error string
Error message
 
{
  "error": "Log In"
}
{
  "error": "Log In"
}
Loading...