GET
/
execution
/
{id}
/
browser_session
/
recording
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>"
}

Authorizations

X-Asteroid-Agents-Api-Key
string
header
required

Path Parameters

id
string
required

The ID of the execution

Response

200
application/json

Browser session recording retrieved successfully

The response is of type object.