GET
/
api
/
v0
/
threads
[
  {
    "thread_id": 123,
    "name": "string",
    "created_at": "string",
    "updated_at": "string"
  }
]

List threads

Returns a list of all threads belonging to the authenticated user.

Response

data
object

The response data for this endpoint.

[
  {
    "thread_id": 123,
    "name": "string",
    "created_at": "string",
    "updated_at": "string"
  }
]