Retrieves the URLs of the session’s video recording. Requires a valid API key for authentication.
curl --request GET \ --url https://api.anchorbrowser.io/api/sessions/{session_id}/recording \ --header 'anchor-api-key: <api-key>'
{ "data": { "videos": [ "<string>" ] } }
API key passed in the header
The ID of the session to retrieve recordings for.
A set of recording URLs associated with the session.
The response is of type object.
object