---
title: "Get status of a task"
method: GET
path: "/tasks/{id}"
tags: ["product:chat"]
---

# Get status of a task

`GET /tasks/{id}`

Gets status of a task

## Path parameters

- `id` string, required — Task ID

## Response `200`

Get Task Response

- GetTaskResponse, nullable
  - `created_at` string, date-time, required
  - `duration` string, required
  - `error` ErrorResult
    - `description` string, required
    - `stacktrace` string
    - `type` string, required
    - `version` string
  - `result` object — Result produced by task after completion
  - `status` string, required — Current status of task
  - `task_id` string, required — ID of task
  - `updated_at` string, date-time, required

## Other responses

- `400` — Bad request
- `429` — Too many requests

---

[API](https://skmtc.net/getstream/apis/stream-api.md) · [All operations](https://skmtc.net/getstream/apis/stream-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/getstream/stream-api/versions/509a44ead023/schema)
