curl --request GET \ --url https://odyssey.asteroid.ai/agents/v2/executions/{executionId}/recording \ --header 'X-Asteroid-Agents-Api-Key: <api-key>'
Copy
{ "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
Copy
curl --request GET \ --url https://odyssey.asteroid.ai/agents/v2/executions/{executionId}/recording \ --header 'X-Asteroid-Agents-Api-Key: <api-key>'