---
title: "Get the status of a task"
method: GET
path: "/tasks/{task_id}/result"
tags: ["tasks"]
---

# Get the status of a task

`GET /tasks/{task_id}/result`

## Path parameters

- `task_id` string, required

## Query parameters

- `token` string, required

## Response `200`

successful operation

- TaskResultResponse
  - `link` string
  - `result_http_body_json` object, nullable
  - `result_http_status` number, nullable
  - `task_error_name` string, nullable
  - `task_id` string
  - `task_is_error` boolean
  - `task_is_pending` boolean
  - `task_is_success` boolean
  - `task_status` 'pending' | 'success' | 'error'

---

[API](https://skmtc.dev/rxfoodapp/apis/inneranalytics-mnt-server.md) · [All operations](https://skmtc.dev/rxfoodapp/apis/inneranalytics-mnt-server/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/rxfoodapp/inneranalytics-mnt-server/revisions/0703cbbbefe8/schema)
