---
title: "Retrieve a catalog entry"
method: GET
path: "/catalog/entries/{id}"
tags: ["catalog"]
---

# Retrieve a catalog entry

`GET /catalog/entries/{id}`

Returns detailed information for a single catalog entry.

## Path parameters

- `id` string, required

## Headers

- `Authorization` string, required
- `X-Api-Key` string, required
- `X-API-Version` string

## Response `200`

Successful response with catalog entry details

- CatalogEntryObject — Customer-supplied custom key-value properties. On every write (create or update), Ottimate also stores the raw submitted request body under a reserved "public_api_request" key inside this same object — this key is not customer data, is overwritten (not merged/accumulated) on each write to always reflect the most recent request, and will appear in read responses alongside whatever custom properties you submit.

## Other responses

- `403` — Forbidden - Access denied or insufficient permissions
- `404` — Not found - Resource does not exist

## Changes

- **2026-08-20** `81bcb10237c4` — 3 breaking, 25 warning
  - removed the required property `id` from the response with the `200` status
  - removed the required property `item_name` from the response with the `200` status
  - removed the required property `ottimate_company_id` from the response with the `200` status
  - removed the optional property `allowances` from the response with the `200` status
  - …24 more
- **2026-08-19** `c0b5cf6c7a72` — 1 info
  - added the non-success response with the status `403`
- **2026-08-17** `c231509a03cf` — 1 breaking, 2 info
  - the `message` response's property type/format changed from `string`/`` to ``/`` for status `404`
  - the response property `code` became required for the status `404`
  - the response property `message` became required for the status `404`
- **2026-08-13** `1f089f3e34d9` — 3 breaking
  - the response property `code` became optional for the status `404`
  - the response property `message` became optional for the status `404`
  - the `message` response's property type/format changed from ``/`` to `string`/`` for status `404`

[Change history](https://skmtc.dev/ottimate/apis/api-reference/changes/catalog/entries/:id/get.md)

---

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