GET
/
v1
/
sessions
/
{session_id}
/
recordings
/
primary
/
fetch
curl --request GET \
  --url https://api.anchorbrowser.io/v1/sessions/{session_id}/recordings/primary/fetch \
  --header 'anchor-api-key: <api-key>'
This response does not have an example.

Authorizations

anchor-api-key
string
header
required

API key passed in the header

Path Parameters

session_id
string
required

The ID of the browser session to download the recording for.

Response

200
video/mp4
The browser session recording file

The response is of type file.