Report Call Error
Report a call issue through the frontend API-key-authenticated error reporting endpoint.
POST
Report an issue with a call
Reports an error or issue with a specific call to help improve the service.Documentation Index
Fetch the complete documentation index at: https://docs.phonely.ai/llms.txt
Use this file to discover all available pages before exploring further.
Request
Method:POSTEndpoint:
/api/report-call-errorHeaders:
X-Authorization: Your API key (required)Content-Type:application/json
uid(string, required): Your user IDagentId(string, required): The ID of the agent that received the callcallId(string, required): The ID of the call with the erroremail(string, required): Your email address for follow-upreason(string, required): Description of the error or issue
Response
Success Response (200):400 Bad Request: Invalid request body401 Unauthorized: Invalid or missing API key, or insufficient permissions404 Not Found: Call not found or invalid call ID500 Internal Server Error: Server error or problem submitting the error report
Example
Notes
- This endpoint helps improve the service by collecting feedback on call issues
- The error report will be sent to the Phonely team for review
- A link to the call history will be included in the error report
Authorizations
Body
application/json
Response
Error report submitted successfully
Indicates if the report was submitted successfully
Previous
Set Post-Call OutcomeSet custom call outcome fields for a call using the public frontend API.
Next
Report an issue with a call

