---
title: "Changes to List tasks"
method: GET
path: "/task/tasks/{projectId}"
---

# Changes to List tasks

`GET /task/tasks/{projectId}`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 3 of 23 revisions.

- **2026-08-24** `200744ae0bef` — 2 breaking
- **2026-08-24** `08bbb5bedb5d` — 5 info
- **2026-07-11** `32cece1ebe43` — 1 breaking, 9 info

## Changes

- **2026-08-24** `200744ae0bef` — 2 breaking
  - added the pattern `^\d+$` to the `query` request parameter `limit`
  - added the pattern `^\d+$` to the `query` request parameter `page`
- **2026-08-24** `08bbb5bedb5d` — 5 info
  - added the non-success response with the status `400`
  - added the non-success response with the status `401`
  - added the non-success response with the status `403`
  - added the required property `data` to the response with the `200` status
  - added the required property `pagination` to the response with the `200` status
- **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`
  - added the new optional `query` request parameter `limit`
  - added the new optional `query` request parameter `page`
  - added the new optional `query` request parameter `priority`
  - added the new optional `query` request parameter `sortBy`
  - added the new optional `query` request parameter `sortOrder`
  - added the new optional `query` request parameter `status`

---

[Operation](https://skmtc.dev/usekaneo/apis/kaneo-api/docs/task/tasks/:projectId/get.md) · [API](https://skmtc.dev/usekaneo/apis/kaneo-api.md) · [Page](https://skmtc.dev/usekaneo/apis/kaneo-api/changes/task/tasks/:projectId/get)
