Skip to main content
GET
/
api
/
calls
/
get_call_status
/
{call_id}
Get Call Status By Call ID
curl --request GET \
  --url https://voiceagent.infers.co/api/calls/get_call_status/{call_id} \
  --header 'Authorization: <api-key>'
{
  "call_id": "abc123",
  "status": "COMPLETED",
  "started_at": "2024-12-20T14:00:00Z"
}

Get Call Status

Use this endpoint to fetch the current status of a call.

Authorizations

Authorization
string
header
required

API key for authentication. Email vaibhav@infer.so to get your API key

Path Parameters

call_id
string
required

A unique ID for the call.

Response

Successful Response

call_id
string
required
status
enum<string>
required

Status of the call

Available options:
COMPLETED,
NOT_PICKED,
IN_PROGRESS,
BUSY,
FAILED,
INITIATED
started_at
string<date-time>

Start time of the call