GET
/
v1
/
voice
/
agents
/
classifiers
/
{classifier}
/
runs
cURL
curl --request GET \
  --url https://api.comm.com/api/v1/voice/agents/classifiers/{classifier}/runs \
  --header 'Authorization: Bearer <token>'
{
  "data": "<string>"
}

Authorizations

Authorization
string
header
required

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

Path Parameters

classifier
string<uuid>
required

The classifier ID

Query Parameters

page
integer | null
per_page
integer | null
status
enum<string>
Available options:
pending,
completed,
failed,
running,
cancelled
search_ids
string<uuid>[]

Response

200
application/json

The response is of type object.