---
title: "Get one task"
method: GET
path: "/api/v1/agent/chats/{chat_id}/tasks/{id}"
tags: ["agentApiChatTasks"]
---

# Get one task

`GET /api/v1/agent/chats/{chat_id}/tasks/{id}`

Reads one task by UUID or board number ("/tasks/3" is task #3). Works for
any lifecycle state — cancelled/superseded/archived tasks stay readable as
audit records. Pass ?include=history to embed the task's change-and-comment
history (most recent 100 events, oldest first; history_truncated tells you
to use the history endpoint for the full ledger).

## Path parameters

- `chat_id` string, uuid, required
- `id` string, required

## Query parameters

- `include` 'history'

## Headers

- `X-API-Key` string, required

## Response `200`

Task

- ChatTasksGetChatTaskResponse200 — unresolved $ref

## Other responses

- `401` — Unauthorized
- `404` — Not found

---

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