---
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

---

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