curl --request GET \ --url https://api.browserbase.com/v1/sessions/{id}/recording \ --header 'X-BB-API-Key: <api-key>'
[ { "data": {}, "sessionId": "<string>", "timestamp": 123, "type": 123 } ]
Your Browserbase API Key.
The request has succeeded.
The response is of type object[].
object[]
Was this page helpful?