Get Call Status
Get the latest saved status for a call. Use this to poll a call's lifecycle state after initiation.
**Note:** Even though `call_id` appears in the URL path, this endpoint currently reads and validates the value from the **request body**. Include `call_id` in **both** the path and the request body.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
call_id
The call UUID.
Request
This endpoint expects an object.
call_id
The call UUID — must also be provided in the request body.
Response
Current call status.
call_id
The call UUID.
status
The latest saved call status.
Errors
400
Bad Request Error
403
Forbidden Error
404
Not Found Error
