Lists files created by the agent in the Daytona runtime workspace. Stopped or archived runtimes are transparently resumed or recovered.
curl --request GET \
--url https://api.case.dev/agent/v2/chat/{id}/files \
--header 'Authorization: Bearer <token>'{
"chatId": "<string>",
"files": [
{
"path": "<string>",
"name": "<string>",
"sizeBytes": 123
}
]
}Was this page helpful?
curl --request GET \
--url https://api.case.dev/agent/v2/chat/{id}/files \
--header 'Authorization: Bearer <token>'{
"chatId": "<string>",
"files": [
{
"path": "<string>",
"name": "<string>",
"sizeBytes": 123
}
]
}