> ## Documentation Index
> Fetch the complete documentation index at: https://docs.outerport.com/llms.txt
> Use this file to discover all available pages before exploring further.

# List threads

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

## List threads

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

### Response

<ResponseField name="data" type="object">
  The response data for this endpoint.
</ResponseField>

<ResponseExample>
  ```json
  [
    {
      "thread_id": 123,
      "name": "string",
      "created_at": "string",
      "updated_at": "string"
    }
  ]
  ```
</ResponseExample>
