GET
/
executions
/
{executionId}
/
context-files
cURL
curl --request GET \
  --url https://odyssey.asteroid.ai/agents/{version}/executions/{executionId}/context-files \
  --header 'X-Asteroid-Agents-Api-Key: <api-key>'
[
  {
    "agentId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "createdAt": "2023-11-07T05:31:56Z",
    "executionId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "fileExt": "<string>",
    "fileName": "<string>",
    "filePath": "<string>",
    "fileSize": 123,
    "fileType": "<string>",
    "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "mimeType": "<string>",
    "signedUrl": "<string>"
  }
]

Authorizations

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

Path Parameters

executionId
string<uuid>
required

Response

200
application/json

The request has succeeded.

The response is of type object[].