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

Authorizations

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

Path Parameters

agentId
string<uuid>
required
fileId
string<uuid>
required

Response

Redirection