---
title: "Download the file a BOM was read out of"
method: GET
path: "/boms/{id}/source-url"
tags: ["boms"]
---

# Download the file a BOM was read out of

`GET /boms/{id}/source-url`

Returns a short-lived signed URL for the original upload the extractor
archived when it built this BOM. 404 when the BOM has no archived file:
only the extracted (raw_import) path archives its upload, so a classic
ERP-imported BOM has nothing to hand over.

## Path parameters

- `id` string, required

## Response `200`

url and filename

- object

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not Found
- `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)
