---
title: "GET /api/v1/projects/{projectUuid}/aiAgents/{agentUuid}/threads"
method: GET
path: "/api/v1/projects/{projectUuid}/aiAgents/{agentUuid}/threads"
---

# GET /api/v1/projects/{projectUuid}/aiAgents/{agentUuid}/threads

`GET /api/v1/projects/{projectUuid}/aiAgents/{agentUuid}/threads`

## Path parameters

- `projectUuid` string, required
- `agentUuid` string, required

## Query parameters

- `allUsers` boolean

## Response `200`

Success

- ApiAiAgentThreadSummaryListResponse
  - `results` AiAgentThreadSummary[], required
    - `user` AiAgentUser, required
      - `name` string, required
      - `uuid` string, required
    - `firstMessage` object, required
      - `message` string, required
      - `uuid` string, required
    - `titleGeneratedAt` string, nullable, required
    - `title` string, nullable, required
    - `createdFrom` 'slack' | 'web_app' | 'evals' | 'scheduler', required
    - `createdAt` string, required
    - `agentUuid` string, required
    - `uuid` string, required
  - `status` 'ok', required

## Other responses

- `default` — Error

---

[API](https://skmtc.net/lightdash/apis/lightdash-api.md) · [All operations](https://skmtc.net/lightdash/apis/lightdash-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lightdash/lightdash-api/versions/40c933755c9a/schema)
