---
title: "List tasks from project"
method: GET
path: "/task_tracking/projects/{project_id}/tasks"
---

# List tasks from project

`GET /task_tracking/projects/{project_id}/tasks`

List tasks live from the integrated task tracker

## Path parameters

- `project_id` string, required

## Query parameters

- `search` string
- `integration_id` integer

## Response `200`

A array of tasks is returned

- object[]
  - `id` string — The id of the task
  - `key` string — Alternative key to identify the task
  - `subject` string — The task's subject
  - `assignees` unknown[] — An array of assignees that are responsible for this task
    - unknown

---

[API](https://skmtc.net/aikido/apis/authorization.md) · [All operations](https://skmtc.net/aikido/apis/authorization/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aikido/authorization/revisions/5445e7c21137/schema)
