GET
/
voiceai
/
specific-call
curl --request GET \
  --url https://svalync.com/api/voiceai/specific-call \
  --header 'x-api-key: <x-api-key>'
{
  "response": [
    {
      "success": true,
      "data": {
        "id": "<string>",
        "agentId": "<string>",
        "pathways": "<string>",
        "callDuration": 123,
        "call_id": "<string>",
        "batch_id": "<string>",
        "callType": "<string>",
        "userId": "<string>",
        "to_phone_number": "<string>",
        "from_phone_number": "<string>",
        "tokens_consumed": 123,
        "status": "<string>",
        "transcripts": "<string>",
        "summary": "<string>",
        "startedAt": "<string>",
        "endedAt": "<string>",
        "endedBy": "<string>",
        "userData": {
          "var": "<string>",
          "name": "<string>",
          "var2": "<string>"
        },
        "createdAt": "<string>",
        "updatedAt": "<string>",
        "isTestMode": true,
        "agent": {
          "name": "<string>"
        }
      }
    }
  ]
}

Authorization

x-api-key
string
required

Your Api Key

Params

id
string
required

The unique identifier for the specific call.

Response

response
array