---
title: "Get the BOM's occurrence tree"
method: GET
path: "/boms/{id}/entries"
tags: ["boms"]
---

# Get the BOM's occurrence tree

`GET /boms/{id}/entries`

Returns every entry of an EXTRACTED BOM (source_type raw_import) nested as a tree, in one response. One node per occurrence, so the same part used under two sub-assemblies is two nodes with their own ids and quantities. 409 for a classic BOM, whose lines have no per-occurrence parent edge to build a tree from; use GET /boms/{id}/lines for those.

## Path parameters

- `id` string, required

## Response `200`

OK

- object

## Other responses

- `401` — Unauthorized
- `404` — Not Found
- `409` — Conflict
- `500` — Internal Server Error

---

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