GET
/v1/bom/yield-changesbom:readCompare BOM yield snapshots
Operation ID: listBomYieldChanges
Parameters
| Name | Location | Type | Description |
|---|---|---|---|
cursor | query | string | Opaque cursor returned by links.next. |
limit | query | integer | Page size. |
from | query | string date | Select the latest completed snapshot at or before this date. |
to | query | string date | Select the latest completed snapshot at or before this date. |
fromSnapshotId | query | string | Explicit prior snapshot ULID. |
toSnapshotId | query | string | Explicit current snapshot ULID. |
sku | query | string | Exact SKU filter. |
style | query | string | Exact style filter. |
mpn | query | string | Exact MPN filter. |
supplier | query | string | Exact supplier filter. |
changeType | query | added | removed | changed | unchanged | Allowlisted change classification. |
includeUnchanged | query | boolean | Include unchanged rows. |
Example request
curl --request GET \
--url 'https://api.data.hyran.co/v1/bom/yield-changes?from=2026-07-31&to=2026-08-31&changeType=changed&limit=100' \
--header "Authorization: Bearer $HYRAN_DATA_API_TOKEN" \
--header "Accept: application/json"Responses
HTTP 200
Successful response
HTTP 400
Problem response
HTTP 401
Problem response
HTTP 403
Problem response
HTTP 404
Problem response
HTTP 409
Problem response
HTTP 429
Problem response
HTTP 500
Problem response
HTTP 503
Problem response
Try this operation
The credential is held only in React memory for this browser tab. Hyran Docs does not persist, proxy, inspect, or log it.