cURL
curl --request GET \ --url https://{subdomain}.mihu.ai/api/v1/calls/{uuid} \ --header 'Authorization: Bearer <token>'
{ "success": true, "message": "Call details retrieved successfully", "data": { "uuid": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "handled_by": "AI", "duration": 123, "status": "in-progress", "direction": "Inbound", "communication": "<string>", "analysis": "<string>", "timestamp": "<string>", "created_at": "<string>", "updated_at": "<string>", "agent": { "uuid": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "name": "<string>" } } }
Retrieves detailed information about a specific call by its UUID.
Use a Bearer token to access these API endpoints. Example: "Bearer {your-token}"
Call UUID
Success
true
"Call details retrieved successfully"
Show child attributes
AI
Human
in-progress
ended
missed
failed
Inbound
Outbound
webCall