Skip to main content
GET
/
executions
/
{executionId}
/
files
/
{fileId}
/
download
Download execution file
curl --request GET \
  --url https://odyssey.asteroid.ai/agents/v2/executions/{executionId}/files/{fileId}/download \
  --header 'X-Asteroid-Agents-Api-Key: <api-key>'
"File not found."

Documentation Index

Fetch the complete documentation index at: https://docs.asteroid.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

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

Path Parameters

executionId
string<uuid>
required
fileId
string<uuid>
required

Response

Redirection