Get Outbound Call Status
Outbound Calls
Get Outbound Call Status
Retrieves the current status and details of a previously created outbound call
GET
Get Outbound Call Status
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 Outbound Call Status
Retrieves the current status and details of a previously created outbound call. Theid in the URL path is the outboundCallId returned when the call was created. Requires a tenant or organization-level API key for authentication.
Poll this endpoint after creating an outbound call to track whether it is
still in progress or has reached a terminal state. Terminal states are
completed, failed, busy, and no-answer. The callDetails object is
only present once the call has reached a terminal state.Headers
API key is required. Enter either your tenant-specific or organization-specific API key in the format
Bearer YOUR-API-KEYPath Parameters
The outbound call ID (
outboundCallId) returned from the Create Outbound Call endpoint.Response
UUID identifying the outbound call.
UUID of the contact associated with this outbound call.
Current status of the outbound call. Possible values:
| Status | Description |
|---|---|
calling | The call has been dispatched and is in progress |
completed | The call connected and ended normally |
failed | The call could not be completed due to an error |
busy | The destination number was busy |
no-answer | The call rang but was not answered |
Present only when the call has reached a terminal state (
completed, failed, busy, or no-answer).Example Request
Example Response — Call In Progress
Example Response — Call Completed
Example Response — Call Failed (no answer)
Error Responses
401: Unauthorized
401: Unauthorized
404: Outbound call not found
404: Outbound call not found
Returned when no outbound call exists for the provided ID, or the call does not belong to the organization associated with the API key.
500: Internal server error
500: Internal server error