Use the recordings API to generate temporary browser links for hosted browser recordings.
x-api-key./v1/recordings/getjob_id: optional job idsession_id: optional browser session idjob_id or session_id.recording_urlrecording_url_expires_atrecording_url is null when no recording is available for the job or session. When Libretto returns a URL, treat it as an opaque browser link.job_id or session_id to generate a fresh URL for the existing recording. The recording itself is not regenerated or deleted when a URL expires.12345678curl -X POST "https://api.libretto.sh/v1/recordings/get" \ -H "x-api-key: $LIBRETTO_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "json": { "job_id": "<job-id>" } }'