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>" } ]
The request has succeeded.
The response is of type object[].
object[]