cURL
curl --request GET \ --url https://api.openmic.ai/h/v2/call/{id} \ --header 'Authorization: Bearer <token>'
{ "id": "<string>", "from_number": "<string>", "to_number": "<string>", "call_status": "registered", "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z", "call_type": "phonecall", "agent_uid": "<string>", "customer_id": "<string>", "dynamic_variables": {}, "callback_url": "<string>" }
Returns details and current status of a single call by its CUID.
API key obtained from the OpenMic dashboard.
CUID of the call.
Call details.
CUID call identifier.
registered
ongoing
ended
error
phonecall
webcall
Show child attributes
Was this page helpful?