Kind: API Endpoint
Source: atloria-monorepo/apps/api/src/issues/desk.controller.ts
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)
Was this page helpful?