---
title: "Project tasks paginated"
method: GET
path: "/reporting/overview/project/tasks-paginated/{project_id}"
tags: ["Reporting"]
---

# Project tasks paginated

`GET /reporting/overview/project/tasks-paginated/{project_id}`

Project tasks paginated. Includes request parameters, authorization expectations, and response details.

## Path parameters

- `project_id` string, uuid, required

## Query parameters

- `page` integer
- `pageSize` integer
- `search` string
- `status` string
- `priority` string
- `assignee` string
- `sortField` string
- `sortOrder` 'asc' | 'desc'

## Response `200`

Paginated tasks retrieved

- ServerResponse
  - `done` boolean, required — Indicates if the operation was successful
  - `body` unknown, required
  - `title` string, nullable — Optional response title
  - `message` string, nullable — Optional message (error message or success notification)

---

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