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

# Get Item

`GET /public/v1/items/{item_id}/`

Retrieve a single item by ID, including its pricing and associated accounts.

## Path parameters

- `item_id` integer, required

## Response `200`

OK

- PublicItemSchemaOut
  - `created_by` AuditActorSchemaOut — Schema for audit actor information.
    - `actor_type` string, nullable
    - `email` string, nullable
    - `first_name` string, nullable
    - `last_name` string, nullable
    - `timestamp` string, date-time, nullable
  - `updated_by` AuditActorSchemaOut — Schema for audit actor information.
    - `actor_type` string, nullable
    - `email` string, nullable
    - `first_name` string, nullable
    - `last_name` string, nullable
    - `timestamp` string, date-time, nullable
  - `id` integer, required
  - `name` string, required
  - `sku` string, required
  - `description` string, required
  - `item_type` 'good' | 'service' | 'discount', required
  - `is_active` boolean, required
  - `record_status` 'draft' | 'posted' | 'archived', required
  - `product_tax_code_id` integer, nullable
  - `expense_account_id` integer, nullable
  - `income_account_id` integer, nullable
  - `deferral_account_id` integer, nullable
  - `asset_account_id` integer, nullable
  - `discount_account_id` integer, nullable
  - `default_classification_line_ids` integer[], nullable
  - `default_rev_rec_method` 'straight_line' | 'straight_line_start_end_even' | 'daily_prorata' | 'milestone' | 'usage_tiered' | 'usage' | 'immediate' | 'deposit_release'
  - `default_rev_rec_invoice_frequency` 'one_time' | 'daily' | 'weekly' | 'monthly' | 'quarterly' | 'semi_annually' | 'annually'
  - `default_rev_rec_invoice_interval` integer, nullable

## Other responses

- `400` — Bad Request
- `404` — Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.net/dualentry/apis/dualentry-public-api-2.md) · [All operations](https://skmtc.net/dualentry/apis/dualentry-public-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/dualentry/dualentry-public-api-2/versions/77cd3c6ec719/schema)
