GET
/
v1
/
voice
/
agents
/
{call}
/
events
cURL
curl --request GET \
  --url https://api.comm.com/api/v1/voice/agents/{call}/events \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "events": "<string>",
    "chat": [
      {
        "type": "agent",
        "text": "<string>"
      }
    ]
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

call
string<uuid>
required

The call ID

Query Parameters

campaign_id
string
agent_id
string

Response

200
application/json

The response is of type object.