---
title: "List tasks"
method: GET
path: "/projects/{id}/tasks"
---

# List tasks

`GET /projects/{id}/tasks`

## Path parameters

- `id` string, required

## Response `200`

List of tasks

- Task[]
  - `alias` string, required
  - `command` string, required

## Other responses

- `400` — Invalid request
- `404` — Project not found
- `500` — Internal server error

---

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