> ## Documentation Index
> Fetch the complete documentation index at: https://docs.stateset.com/llms.txt
> Use this file to discover all available pages before exploring further.

# List all BOMs with pagination

> List all BOMs with pagination

### Path parameters

<ParamField path="page" type="integer (int64)" required />

<ParamField path="per_page" type="integer (int64)" required />

### Responses

<ResponseField name="200" type="ApiResponse_Value">
  BOMs listed
</ResponseField>

<RequestExample>
  ```bash cURL theme={null}
  curl --request GET \
    --url 'https://api.stateset.com/api/v1/manufacturing/boms' \
    --header 'Authorization: Bearer YOUR_API_KEY'
  ```
</RequestExample>

<ResponseExample>
  ```json 200 theme={null}
  {
    "data": null,
    "errors": null,
    "message": null,
    "meta": null,
    "success": true
  }
  ```
</ResponseExample>
