Skip to main content
GET
Get session recording

Authorizations

x-api-key
string
header
required

Your partner API key. Alternatively, pass Authorization: Bearer <key>.

Path Parameters

id
string<uuid>
required

The sessionId returned from session creation. Must belong to your API key and be in the ERROR state.

Response

Recording status, plus the download URL when processing is complete.

status
string
Example:

"success"

data
object

Video recording of a browser session. recordingUrl is a presigned URL that expires roughly 7 days after issue and should be fetched on demand, not stored.