Get Call
Calls
Get Call
Retrieves details for a specific call by ID
GET
Get Call
Documentation Index
Fetch the complete documentation index at: https://docs.allomia.com/llms.txt
Use this file to discover all available pages before exploring further.
Get Call
Retrieves detailed information for a specific call by ID. This endpoint can be accessed using either a tenant API key or an organization API key. When using an organization API key, you can only access calls that belong to that specific organization.Headers
API key is required. Enter either your tenant-specific or
organization-specific API key in the format ‘Bearer YOUR-API-KEY’
Path Parameters
The unique identifier of the call to retrieve
Response
Unique identifier for the call
Organization ID the call belongs to
Type of call: “Inbound”, “Outbound”, or “Web”
ID of the agent/assistant that handled the call
Name of the agent/assistant
ID of the team that owns the assistant.
null for organizations that don’t use teams.Name of the team that owns the assistant.
null for organizations that don’t use teams.Phone number associated with the call
Timestamp when the call started (ISO 8601 format: “2025-05-28T14:20:15Z”)
Timestamp when the call ended (ISO 8601 format: “2025-05-28T14:23:15Z”)
Duration of the call in seconds
Reason the call ended
Name of the user/patient (if available)
Phone number of the user (if available)
Primary intent detected from the call
Detected sentiment of the user during the call
AI-extracted high-level outcome of the call (e.g.
appointment_confirmed, voicemail_left, transferred_to_human).AI-generated English summary of the call (if available)
AI-generated French (
fr-CA) summary of the call. Returned alongside callSummary.A secure, time-limited URL to the plain-text transcript (
.txt). The URL is pre-signed and expires after 1 hour. Re-fetch the call to obtain a fresh URL.A secure, time-limited URL to the call recording (audio file from the voice provider). The URL is pre-signed and expires after 1 hour. Re-fetch the call to obtain a fresh URL.
When the call record was created (ISO 8601 format: “2025-05-28T14:23:45Z”)
Security Features
- Pre-signed URLs: The
transcriptUrlandrecordingUrlare automatically generated as secure, signed URLs - Time-limited Access: URLs expire after 1 hour for security
- Authentication Required: API key required to get the URLs
- Organization Isolation: Users can only access calls from their authorized organizations
Example Request
Example Response
Error Responses
401: Unauthorized
401: Unauthorized
404: Call not found
404: Call not found
500: Error
500: Error