Skip to main content
GET
/
ai
/
actor-project-threads
/
{thread_id}
/
filesystem
List thread filesystem
curl --request GET \
  --url https://api.wacht.dev/ai/actor-project-threads/{thread_id}/filesystem \
  --header 'Authorization: <api-key>'
{
  "exists": true,
  "files": [
    {
      "path": "<string>",
      "name": "<string>",
      "is_dir": true,
      "size_bytes": 123,
      "modified_at": "2023-11-07T05:31:56Z"
    }
  ]
}

Authorizations

Authorization
string
header
required

Path Parameters

thread_id
string
required

Query Parameters

path
string

Response

200 - application/json

Thread filesystem listing

exists
boolean
files
object[]