---
title: "Get a task"
method: GET
path: "/tasks/{id}"
tags: ["Tasks"]
---

# Get a task

`GET /tasks/{id}`

Returns a specific task category

## Path parameters

- `id` integer, required

## Response `200`

Successful response

- Task — Task category resource
  - `id` integer
  - `team_id` integer
  - `name` string
  - `hourly_rate` number
  - `custom_hourly_rate` number, nullable

## Other responses

- `401` — Unauthenticated
- `404` — Not found

---

[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)
