---
title: "Get Project Tasks"
method: GET
path: "/project/{projectId}/tasks"
tags: ["Tasks"]
---

# Get Project Tasks

`GET /project/{projectId}/tasks`

Retrieves all tasks for a specific project with optional filtering

## Path parameters

- `projectId` string, required

## Query parameters

- `page` integer
- `limit` integer
- `filters` string
- `status` string
- `stage` string
- `assignee` string
- `batches` string

## Response `200`

Tasks retrieved successfully

- TaskListResponse
  - `status` string
  - `data` object
    - `tasks` LabelTask[]
      - `_id` string
      - `project` string
      - `asset` string
      - `stage` string
      - `status` string
      - `assignee` string
      - `externalId` string
      - `batches` string[]
      - `priority` number
      - `answer` object
      - `createdAt` string, date-time
      - `completedAt` string, date-time
      - `duration` number — Duration in seconds
    - `total` integer

---

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