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

# Get task details by ID

`GET /v1/tasks/{taskId}`

## Path parameters

- `taskId` string, required

## Response `200`

Successfully fetched task details

- unknown

## Other responses

- `400` — 4000: Failed to fetch task by ID<br><br>
- `404` — The requested task could not be found
- `500` — 5001: Internal server error, please try again later<br><br>

---

[API](https://skmtc.dev/saleshandy/apis/develop-with-saleshandy.md) · [All operations](https://skmtc.dev/saleshandy/apis/develop-with-saleshandy/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/saleshandy/develop-with-saleshandy/revisions/fdaa0f2dcdfb/schema)
