Get call log

Return a voice call log, including its transcript.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <API_KEY>, where API_KEY is your API key.

Path parameters

callIdstringRequired
Call ID returned by the list endpoint.

Headers

X-Account-IdstringRequired
Account that owns the call log.

Query parameters

includestringOptional

Comma-separated optional sections. Use messages to include turn-by-turn messages.

Response

The voice call log, including its transcript.
callLogobject
Call log details.

Errors

403
Forbidden Error
404
Not Found Error
500
Internal Server Error
502
Bad Gateway Error