# listThreads

**Kind:** API Endpoint

**Source:** [`atloria-monorepo/apps/api/src/issues/desk.controller.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/api/src/issues/desk.controller.ts#L33)

List a desk bucket (triage/needs_first/needs_next/investigating/waiting/paused/done/mine)

## Endpoint

`GET /desk/:projectId/threads`

| Parameter | In | Type | Required | Description |
|---|---|---|---|---|
| `projectId` | path | `string` | ✓ |  |
| `bucket` | query | `string` | - |  |
| `limit` | query | `string` | - |  |

## Referenced By

- `DeskController` (MODULE_DECLARES)
