Skip to main content
GET
/
threads
List Threads
curl --request GET \
  --url https://api.example.com/threads
{
  "threads": [
    {
      "thread_id": "<string>",
      "user_id": "<string>",
      "created_at": "2023-11-07T05:31:56Z",
      "updated_at": "2023-11-07T05:31:56Z",
      "status": "idle",
      "metadata": {}
    }
  ],
  "total": 123
}

Response

200 - application/json

Successful Response

Response model for listing threads

threads
Thread · object[]
required
total
integer
required