Lists files created by the agent in the sandbox workspace. Only available while the sandbox is running.
curl --request GET \
--url https://api.case.dev/agent/v1/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/v1/chat/{id}/files \
--header 'Authorization: Bearer <token>'{
"chatId": "<string>",
"files": [
{
"path": "<string>",
"name": "<string>",
"sizeBytes": 123
}
]
}