/call_status
endpoint, users can obtain detailed information about the call’s progress, including its current state, duration, and any errors encountered. This endpoint is essential for monitoring call performance and ensuring that campaigns are running smoothly.
callId
: A unique identifier for the call whose status is being queried. This parameter is required to fetch the specific call’s details.status
: Indicates the current status of the call (e.g., “in-progress”, “completed”, “failed”).duration
: The total time the call has been active, measured in seconds.startTime
: The timestamp when the call started.endTime
: The timestamp when the call ended, if applicable.error
: Provides details of any errors encountered during the call, if any.The access token received from the authorization server in the OAuth 2.0 flow.
Successful Response
The response is of type any
.