---
title: "Get Task Status"
method: GET
path: "/tasks/status/{task_id}/"
---

# Get Task Status

`GET /tasks/status/{task_id}/`

Tracks the request from the task id provided by Raw Data API  for the request

Args:

    task_id ([type]): [Unique id provided on response from /snapshot/]

Returns:

    id: Id of the task
    status : SUCCESS / PENDING
    result : Result of task

Successful task will have additional nested json inside

## Path parameters

- `task_id` unknown, required

## Response `200`

Successful Response

- SnapshotTaskResponse
  - `id` string, required
  - `status` string, required
  - `result` SnapshotTaskResult, required
    - `downloadUrl` string, required
    - `fileName` string, required
    - `responseTime` string, required
    - `queryArea` string, required
    - `bindedFileSize` string, required
    - `zipFileSizeBytes` integer, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/hotosm/apis/raw-data-api.md) · [All operations](https://skmtc.dev/hotosm/apis/raw-data-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/hotosm/raw-data-api/revisions/4d2c3132d38a/schema)
