---
title: "Get task"
method: GET
path: "/queue/{task_id}"
tags: ["queue"]
---

# Get task

`GET /queue/{task_id}`

Get a task by ID

## Path parameters

- `task_id` integer, required

## Response `200`

OK

- DtoTaskResponse
  - `data` DtoTaskData
    - `attributes` DtoTaskAttributes
      - `created_at` string
      - `payload` unknown
      - `priority` integer
      - `type` string
      - `updated_at` string
    - `id` string
    - `type` string

## Other responses

- `404` — Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.net/helixml/apis/kodit-api.md) · [All operations](https://skmtc.net/helixml/apis/kodit-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/helixml/kodit-api/revisions/3f72fa58f3fb/schema)
