Get public call status

GET /api/v1/public/calls/calls/{callId}

Authentication

AuthorizationBearer

Pass a JWT access token or an API key (prefixed with tif_live_) as a Bearer token.

Path parameters

callIdstringRequiredformat: "uuid"
Call ID

Response

Call status
callIdstringformat: "uuid"
Call ID
statusenum
Current call status
durationinteger or nullOptional
Call duration in seconds, once known

Errors

401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
429
Too Many Requests Error
500
Internal Server Error