---
title: "Get a specific to-do"
method: GET
path: "/tasks/{id}"
tags: ["To-dos"]
---

# Get a specific to-do

`GET /tasks/{id}`

## Path parameters

- `id` string, required

## Query parameters

- `fields` string

## Response `200`

Successful operation

## Changes

- **2026-08-04** `6274be5aa6c5` — 1 info
  - added the new optional `query` request parameter `fields`

[Change history](https://skmtc.dev/aha/apis/aha-api/changes/tasks/:id/get.md)

---

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