cURL
curl --request GET \ --url https://odyssey.asteroid.ai/api/v1/execution/{id}/browser_session/recording \ --header 'X-Asteroid-Agents-Api-Key: <api-key>'
{ "recording_url": "<string>" }
Retrieves the browser session recording URL for a completed execution
The ID of the execution
Browser session recording retrieved successfully
The response is of type object.
object