---
title: "Get item by ID"
method: GET
path: "/v3/items/{id}"
tags: ["Items"]
---

# Get item by ID

`GET /v3/items/{id}`

## Path parameters

- `id` string, required

## Response `200`

The item

- object
  - `payload` object, required — Response payload, will be empty when success is false
    - `id` string, required — Unique identifier for the item
    - `name` string, required — Name of the item
    - `displayName` string, nullable — Display name of the item, as shown in the Tabs app. Null when not set.
    - `externalIds` ExternalIdV3Dto[], required — List of external identifiers associated with the item
      - `type` 'QUICKBOOKS' | 'NETSUITE' | 'RILLET' | 'SAGE_INTACCT' | 'SALESFORCE' | 'HUBSPOT' | 'AVALARA' | 'ANROK' | 'STRIPE', required
      - `id` string, required — External identifier value
  - `success` boolean, required — Boolean with true=success, false=failure
  - `message` string, required — Plain-text description of the result
  - `error` IntegratorsApiError, required
    - `code` number, required — API response code
    - `message` string, required — API response message
    - `details` object — Additional details about the error

## Other responses

- `404` — Item not found

---

[API](https://skmtc.net/tabsplatform/apis/tabs-external-api.md) · [All operations](https://skmtc.net/tabsplatform/apis/tabs-external-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tabsplatform/tabs-external-api/versions/7e8885517814/schema)
