Skip to main content
GET
/
executions
/
{executionId}
/
recording
Get recording redirect
curl --request GET \
  --url https://odyssey.asteroid.ai/agents/v2/executions/{executionId}/recording \
  --header 'X-Asteroid-Agents-Api-Key: <api-key>'
{
  "code": 400,
  "message": "<string>"
}

Authorizations

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

Path Parameters

executionId
string<uuid>
required

The unique identifier of the execution

Query Parameters

token
string

Optional token for authentication. Use this when the client cannot set Authorization headers (e.g., native video elements).

Response

Redirection