GET
/
voiceai
/
list
curl --request GET \
  --url https://svalync.com/api/voiceai/list \
  --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

Response

response
array