---
title: "List tasks"
method: GET
path: "/tasks"
tags: ["Tasks"]
---

# List tasks

`GET /tasks`

Returns a list of task categories. Use the `select` parameter for dropdown-friendly data.

## Query parameters

- `select` string

## Response `200`

Successful response

- object
  - `data` Task[]
    - `id` integer
    - `team_id` integer
    - `name` string
    - `hourly_rate` number
    - `custom_hourly_rate` number, nullable

## Other responses

- `401` — Unauthenticated

---

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