---
title: "Get task results - Tasks"
method: GET
path: "/v1/tasks/{task_id}/results"
tags: ["Tasks"]
---

# Get task results - Tasks

`GET /v1/tasks/{task_id}/results`

Retrieve the results of a completed task.

## Path parameters

- `task_id` string, required — The unique identifier of the task.

## Response `200`

Task results

- object — The results of the completed task.

## Other responses

- `202` — Task is still pending and results are not yet available.
- `404` — Task not found or results are no longer available.
- `500` — Task failed or error retrieving results.

---

[API](https://skmtc.net/nimbleway/apis/api-gateway.md) · [All operations](https://skmtc.net/nimbleway/apis/api-gateway/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/nimbleway/api-gateway/revisions/9bfe220b7a29/schema)
