---
title: "List Tasks"
method: GET
path: "/task/tasks/{projectId}"
tags: ["Tasks"]
---

# List Tasks

`GET /task/tasks/{projectId}`

Get all tasks for a specific project

## Path parameters

- `projectId` string, required

## Query parameters

- `status` string
- `priority` string
- `assigneeId` string
- `page` string
- `limit` string
- `sortBy` 'createdAt' | 'priority' | 'dueDate' | 'position' | 'title' | 'number'
- `sortOrder` 'asc' | 'desc'
- `dueBefore` string
- `dueAfter` string

## Response `200`

Project with tasks organized by columns

- object

## Changes

- **2026-07-11** `32cece1ebe43` — 1 breaking, 9 info
  - the response's body type/format changed from ``/`` to `object`/`` for status `200`
  - added the new optional `query` request parameter `assigneeId`
  - added the new optional `query` request parameter `dueAfter`
  - added the new optional `query` request parameter `dueBefore`
  - …6 more

[Change history](https://skmtc.dev/usekaneo/apis/kaneo-api/changes/task/tasks/:projectId/get.md)

---

[API](https://skmtc.dev/usekaneo/apis/kaneo-api.md) · [All operations](https://skmtc.dev/usekaneo/apis/kaneo-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/usekaneo/kaneo-api/revisions/09053e1c8b21/schema)
