---
title: "Show Item Status"
method: GET
path: "/items/{id}/status"
tags: ["Items"]
---

# Show Item Status

`GET /items/{id}/status`

Show the status of an **Item** using a given `:id`.

## Path parameters

- `id` string, required

## Response `200`

OK

- SingleStatus
  - `items` Status
    - `id` string
    - `status` string
    - `state` string

---

[API](https://skmtc.net/hellozai/apis/assembly-api.md) · [All operations](https://skmtc.net/hellozai/apis/assembly-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hellozai/assembly-api/versions/60b528b2e015/schema)
