Get call recording
Calls
Get call recording
Returns the recording metadata for a call. Returns 404 if the call is in a workspace outside the API key scope.
GET
Get call recording
Authorizations
Enter your API Key (sk_live_xxx or sk_test_xxx)
Path Parameters
Response
The call recording metadata
Unique identifier of the recording
Example:
"123e4567-e89b-12d3-a456-426614174000"
Duration of the recording in seconds
Example:
245
Start time of the recording
Example:
"2024-01-15T10:00:00Z"
Indicates if a transcription exists for this recording
Example:
true
Status of the transcription if it exists
Available options:
PENDING, IN_PROGRESS, FAILED, COMPLETED Example:
"COMPLETED"