---
title: "Get task by ID"
method: GET
path: "/api/v1/tasks/{id}"
tags: ["tasks"]
---

# Get task by ID

`GET /api/v1/tasks/{id}`

Returns a single task summary by its ID.

## Path parameters

- `id` string, required

## Response `200`

Task found

## Other responses

- `404` — Task not found

---

[API](https://skmtc.net/humbleaf/apis/agentchain-prior-api.md) · [All operations](https://skmtc.net/humbleaf/apis/agentchain-prior-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/humbleaf/agentchain-prior-api/revisions/33dd194c5572/schema)
