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>"
}Execution
Get recording redirect
Redirect to the recording playback URL. Returns a 307 with a short-lived signed URL. Embed this endpoint in <video> tags — the player will follow the redirect and re-fetch on expiry.
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
Path Parameters
The unique identifier of the execution
Query Parameters
Optional token for authentication. Use this when the client cannot set Authorization headers (e.g., native video elements).
Response
Redirection
⌘I

