Skip to main content
GET
/
v1
/
sessions
/
{session_id}
/
recordings
/
{recording_id}
/
fetch
Fetch Session Recording
curl --request GET \
  --url https://api.anchorbrowser.io/v1/sessions/{session_id}/recordings/{recording_id}/fetch
{
  "error": {
    "code": 123,
    "message": "<string>"
  }
}

Path Parameters

session_id
string
required
recording_id
string
required

The recording ID, or primary for the primary recording.

Response

Redirect to the recording's pre-signed download URL.