GET
/
voiceai
/
specific-call?id=
{callId}
{
  "success": true,
  "data": [
    {}
  ],
  "status": 123
}

Authorization

authorization
string
required

Your API key for authentication.

callId
string
required

The unique identifier for the specific call.

Response

success
boolean

Indicates if the request was successful.

data
array

An array of agent objects.

status
number

The status code of the response.