Retrieve details of a specific recording
recordings:read scope.
rec_abc123).| Field | Type | Description |
|---|---|---|
id | string | Unique identifier for the recording (rec_*). |
device_id | string | ID of the device that captured the recording. |
end_user_id | string | ID of the associated end user. |
name | string | Human-readable name for the recording. |
status | string | Current recording status: pending, uploaded, processing, completed, or failed. |
duration_ms | integer | null | Recording duration in milliseconds. |
started_at | string | ISO 8601 timestamp of when the recording started. |
ended_at | string | ISO 8601 timestamp of when the recording ended. |
transcription_id | string | null | ID of the associated transcription. |
media | array | Files associated with this recording (audio, images, video). |
media[].id | string | Media identifier (med_*). |
media[].type | string | Media type: audio, image, or video. |
media[].mime_type | string | MIME type (e.g., audio/opus, image/jpeg, video/mp4). |
media[].file_size_bytes | integer | File size in bytes. |
media[].status | string | Upload status: pending, uploaded. |
media[].captured_at | string | null | ISO 8601 timestamp of when the media was captured. |
media[].created_at | string | ISO 8601 timestamp of when the media record was created. |
metadata | object | Arbitrary key-value metadata. |
created_at | string | ISO 8601 timestamp of when the recording was created. |