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

# Get a task

`GET /tasks/{id}`

Returns a single task by its public ID.

## Path parameters

- `id` string, required — Task public ID

## Response `200`

OK

- object
  - `id` string, required — Task public ID
  - `number` string, required — Auto-generated task number
  - `title` string, required — Task title
  - `description` string, nullable — Task description
  - `status` string, required — Task status
  - `type` string, required — Task type
  - `priority` string, nullable — Task priority
  - `dueDate` string, date-time, nullable — Due date
  - `startDate` string, date-time, nullable — Start date
  - `createdAt` string, date-time, required — When the task was created

---

[API](https://skmtc.net/heffl/apis/heffl-api-v2-beta.md) · [All operations](https://skmtc.net/heffl/apis/heffl-api-v2-beta/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/heffl/heffl-api-v2-beta/revisions/27006cfef4d8/schema)
