🚀 Introducing Astro - Your AI assistant for building and improving agents. Get started
curl --request GET \
--url https://odyssey.asteroid.ai/agents/v2/agents/{agentId}/shared-files \
--header 'X-Asteroid-Agents-Api-Key: <api-key>'{
"files": [
{
"agentId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"createdAt": "2023-11-07T05:31:56Z",
"downloadUrl": "<string>",
"fileName": "<string>",
"filePath": "<string>",
"fileSize": 123,
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"isFrozen": true,
"updatedAt": "2023-11-07T05:31:56Z",
"version": 123,
"lastModifiedByExecutionId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"mimeType": "<string>"
}
],
"totalSize": 123
}Get all persistent shared files for an agent. These files persist across executions and are automatically restored when a new execution starts.
curl --request GET \
--url https://odyssey.asteroid.ai/agents/v2/agents/{agentId}/shared-files \
--header 'X-Asteroid-Agents-Api-Key: <api-key>'{
"files": [
{
"agentId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"createdAt": "2023-11-07T05:31:56Z",
"downloadUrl": "<string>",
"fileName": "<string>",
"filePath": "<string>",
"fileSize": 123,
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"isFrozen": true,
"updatedAt": "2023-11-07T05:31:56Z",
"version": 123,
"lastModifiedByExecutionId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"mimeType": "<string>"
}
],
"totalSize": 123
}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.