cURL
curl --request GET \ --url https://api.comm.com/api/v1/voice/agents/classifiers/{classifier}/logs \ --header 'Authorization: Bearer <token>'
{ "data": [ { "id": "<string>", "team_id": "<string>", "call_id": "<string>", "call_outcome_classifier_id": "<string>", "call_outcome_classifier_run_id": "<string>", "initial_call_outcome": "<string>", "new_call_outcome": "<string>", "status": "<string>", "failure_reason": "<string>", "created_at": "2023-11-07T05:31:56Z" } ] }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The classifier ID
pending
in_progress
completed
failed
skipped
cancelled
Array of CallOutcomeClassifierLogResource
CallOutcomeClassifierLogResource
Show child attributes