curl --request GET \
--url https://api.wacht.dev/ai/threads/{thread_id}/filesystem \
--cookie __session={
"status": 123,
"message": "<string>",
"session": {
"id": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z"
},
"errors": [
{
"code": "<string>",
"message": "<string>"
}
],
"data": {
"exists": true,
"files": [
{
"path": "<string>",
"name": "<string>",
"is_dir": true,
"size_bytes": 123,
"modified_at": "2023-11-07T05:31:56Z"
}
]
}
}Was this page helpful?
curl --request GET \
--url https://api.wacht.dev/ai/threads/{thread_id}/filesystem \
--cookie __session={
"status": 123,
"message": "<string>",
"session": {
"id": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z"
},
"errors": [
{
"code": "<string>",
"message": "<string>"
}
],
"data": {
"exists": true,
"files": [
{
"path": "<string>",
"name": "<string>",
"is_dir": true,
"size_bytes": 123,
"modified_at": "2023-11-07T05:31:56Z"
}
]
}
}