Skip to main content
GET
/
api
/
v1
/
bom
/
{bom_id}
/
usage
Get Bom Usage
curl --request GET \
  --url https://staging.cutmake.ai/api/v1/bom/{bom_id}/usage \
  --header 'Authorization: Bearer <token>'
{
  "bomId": "<string>",
  "usageCount": 123,
  "items": [
    {
      "type": "<string>",
      "id": "<string>",
      "name": "<string>",
      "status": "<string>",
      "createdAt": "2023-11-07T05:31:56Z"
    }
  ]
}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Headers

X-Org-Id
string | null

Path Parameters

bom_id
string
required

Response

Successful Response

bomId
string
required
usageCount
integer
required
items
BOMUsageItem · object[]
required