Skip to main content
GET
/
browsers
/
{id}
/
replays
/
{replay_id}
Download a replay recording
curl --request GET \
  --url https://api.onkernel.com/browsers/{id}/replays/{replay_id} \
  --header 'Authorization: Bearer <token>'
"<string>"

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Browser session ID

replay_id
string
required

Replay recording identifier

Response

Replay recording retrieved successfully.

The response is of type file.