# list

**Kind:** API Endpoint

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

List content tasks for a project (the action queue)

## Endpoint

`GET /content-tasks/:projectId`

| Parameter | In | Type | Required | Description |
|---|---|---|---|---|
| `projectId` | path | `string` | ✓ | Project ID |
| `status` | query | `ContentTaskStatusDto` | - |  |
| `kind` | query | `ContentTaskKindDto` | - |  |
| `assigneeId` | query | `string` | - |  |

## Referenced By

- `ContentTasksController` (MODULE_DECLARES)
