---
title: "Get all tasks in a project"
method: GET
path: "/v1/spaces/{spaceId}/projects/{projectId}/tasks"
tags: ["Project Tasks"]
---

# Get all tasks in a project

`GET /v1/spaces/{spaceId}/projects/{projectId}/tasks`

Get all tasks in a project with optional filtering and sorting

## Path parameters

- `spaceId` integer, required
- `projectId` integer, required

## Query parameters

- `title` string — Title of the task
- `status` string[]
- `priority` string[]
- `tags` string[]
- `creators` integer[]
- `owners` integer[]
- `startDate` string, date-time — Start date
- `dueDate` string, date-time — Due date
- `createdTime` string, date-time — Created time
- `modifiedTime` string, date-time — Modified time
- `overdue` boolean — Whether the task is overdue
- `dueDateSet` boolean — Whether the due date is set
- `pending` boolean — Whether the task is pending
- `upcoming` boolean — Whether the task is upcoming
- `customFields` string — Custom fields filter as JSON string
- `page` integer
- `size` integer
- `sort` string[]

## Headers

- `X-Org-Id` integer, required

## Response `200`

Project tasks fetched successfully

---

[API](https://skmtc.net/astravue/apis/astravue-api.md) · [All operations](https://skmtc.net/astravue/apis/astravue-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/astravue/astravue-api/revisions/237f5bbd4029/schema)
