GET
/
recordings
/
{id}
/
access-link

Authorizations

Authorization
string
headerrequired

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

The ID of the recording to get access link for

Query Parameters

valid_for_secs
integer
default: 3600

Number of seconds the link will remain valid for. Defaults to 3600 (one hour). Due to STS Token validity constraints, recording links can be valid for a maximum of 12 hours and a minimum of 15 minutes for recordings stored in customer buckets.

allow_streaming_from_bucket
boolean

For files stored in a custom S3 bucket, controls the Content-Disposition header. When true, sets to 'inline' allowing direct browser playback. When false, sets to 'attachment' forcing download. For files in Daily's S3 bucket, this parameter is ignored and Content-Disposition is always set to 'attachment'.

Response

200 - application/json
download_link
string
required

A cryptographically signed, time-limited, direct link to the .mp4 recording file. Note: In certain error conditions (e.g., when domain properties prevent access to recordings), this field may contain an error string rather than a URL.

expires
integer
required

Unix timestamp after which the download_link will no longer work