---
title: "Get Item"
method: GET
path: "/items/{item_id}.json"
tags: ["Items"]
---

# Get Item

`GET /items/{item_id}.json`

Returns a specific item.

## Path parameters

- `item_id` string, required

## Query parameters

- `api_key` string, required

## Response `200`

SUCCESS

- ItemsGetResponse
  - `item` object
    - `id` integer
    - `name` string
    - `description` string, nullable
    - `unit_price` string
    - `unit` string — One of: `hour`, `day`, `month`, `unit`, `service`, `tax`, `other`, `product`, `article`.
    - `tax` object
      - `name` string
      - `value` string
      - `comment` string

## Other responses

- `401` — ACCESS DENIED
- `404` — NOT FOUND

## Changes

- **2026-08-25** `5b82d4eb0d9f` — 4 breaking, 1 warning
  - the response property `item/description` became nullable for the status `200`
  - the `errors` response's property type changed from `object` to `array` for status `401`
  - the `item/tax/value` response's property type changed from `number` to `string` for status `200`
  - the `item/unit_price` response's property type changed from `number` to `string` for status `200`
  - …1 more

[Change history](https://skmtc.dev/invoicexpress/apis/invoicexpress-api/changes/items/:item_id.json/get.md)

---

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