---
title: "List BOMs"
method: GET
path: "/boms"
tags: ["boms"]
---

# List BOMs

`GET /boms`

Returns a paginated list of BOMs for the authenticated business

## Query parameters

- `page` integer
- `page_size` integer
- `business_node_ids` string
- `search` string
- `has_source_file` boolean
- `status` string
- `item_id` string

## Response `200`

OK

- object

## Other responses

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

## Changes

- **2026-08-17** `7f97d8cd0f1e` — 1 info
  - added the new optional `query` request parameter `has_source_file`
- **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/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)
