Get session recording
Returns a fresh, time-limited video recording URL for a browser session that ended in an error state. Recordings are only exposed for sessions whose status is ERROR — use this to review what the applicant saw when a verification failed. The URL is a presigned link generated on demand and expires roughly 7 days after it is issued, so fetch it when you need it rather than storing it. If the recording is still being processed, status is pending or in_progress; poll again shortly, and once status is completed, recordingUrl contains the MP4 download link. Returns 404 if the session does not exist, is not owned by your API key, is not in the ERROR state, or never started a browser session.
Authorizations
Your partner API key. Alternatively, pass Authorization: Bearer <key>.
Path Parameters
The sessionId returned from session creation. Must belong to your API key and be in the ERROR state.
