---
title: "Get Task"
method: GET
path: "/card/{id}"
---

# Get Task

`GET /card/{id}`

Retrieves a specific task by ID.

## Path parameters

- `id` string, required

## Response `200`

A task object

- object
  - `data` Task
    - `id` string
    - `title` string
    - `description` string
    - `product_type` string
    - `dimensions` string
    - `labels` string
    - `tags` string
    - `text_copy` string
    - `file_formats` string
    - `software` string
    - `created_at` string
    - `updated_at` string
    - `request_type` string, nullable
    - `created_by` string, nullable
    - `due_date` string, nullable
    - `status` TaskStatus
      - `id` string
      - `name` string
      - `color` string
    - `files` File[]
      - `id` string
      - `name` string
      - `ext` string
      - `urls` object
        - `full` string
        - `large` string
        - `medium` string
        - `small` string
      - `type` string
    - `brand` string, nullable

---

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