Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.quo.com/v1/calls/{callId} \ --header 'Authorization: <api-key>'
{ "data": { "answeredAt": "2022-01-01T00:00:00Z", "answeredBy": "USlHhXmRMz", "initiatedBy": "USlHhXmRMz", "direction": "incoming", "status": "completed", "completedAt": "2022-01-01T00:00:00Z", "createdAt": "2022-01-01T00:00:00Z", "callRoute": "phone-number", "duration": 60, "forwardedFrom": "US123abc", "forwardedTo": "US123abc", "aiHandled": "ai-agent", "id": "AC123abc", "phoneNumberId": "PN123abc", "participants": [ "+15555555555" ], "updatedAt": "2022-01-01T00:00:00Z", "userId": "US123abc" } }
Get a call by its unique identifier.
Unique identifier of the call.
^AC(.*)$
"AC3700e624eca547eb9f749a06f2eb1"
Success
Show child attributes
Was this page helpful?