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

# Get task results

`GET /v2/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.

## Changes

- **2026-07-20** `d4e4f170f4f4` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/nimbleway/apis/api-gateway/changes/v2/tasks/:task_id/results/get.md)

---

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