---
title: "Get BOM"
method: GET
path: "/boms/{id}"
tags: ["boms"]
---

# Get BOM

`GET /boms/{id}`

Returns BOM metadata (without lines). Use GET /boms/{id}/lines to fetch lines lazily.

## Path parameters

- `id` string, required

## Query parameters

- `item_id` string

## Response `200`

OK

- object

## Other responses

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

## Changes

- **2026-08-15** `7e48ffae7d21` — 2 info
  - added the new optional `query` request parameter `item_id`
  - added the non-success response with the status `400`

[Change history](https://skmtc.dev/resourcly/apis/resourcly-api/changes/boms/:id/get.md)

---

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