Skip to main content
POST
Report an issue with a call
Submits the call ID, a contact email, and a description of the problem for review. The API key must belong to the supplied user, the user must have access to the agent, and the call must belong to that agent. Use a specific reason that explains the observed behavior and the expected behavior.

Authorizations

X-Authorization
string
header
required

Body

application/json
uid
string
required

User ID

agentId
string
required

ID of the agent involved in the call

callId
string
required

ID of the call being reported

email
string<email>
required

Email address for feedback communication

reason
string
required

Detailed explanation of the issue or feedback

Response

Error report submitted successfully

success
boolean
required

Indicates if the report was submitted successfully

Last modified on August 10, 2026