GET
/
api
/
sessions
/
{session_id}
/
recording
curl --request GET \
  --url https://api.anchorbrowser.io/api/sessions/{session_id}/recording \
  --header 'anchor-api-key: <api-key>'
{
  "data": {
    "videos": [
      "<string>"
    ]
  }
}

Authorizations

anchor-api-key
string
header
required

API key passed in the header

Path Parameters

session_id
string
required

The ID of the session to retrieve recordings for.

Response

200
application/json

A set of recording URLs associated with the session.

The response is of type object.