---
title: "List available supplies"
method: GET
path: "/supplies"
---

# List available supplies

`GET /supplies`

Provides a list of Supplies for the specified company. Creation of Supplies can only be performed in the application.

## Query parameters

- `company_id` integer
- `limit` integer
- `page` integer
- `sort_by` string
- `sort_order` string

## Response `200`

200

- object
  - `limit` integer
  - `page` integer
  - `results` object[]
    - `company_id` integer
    - `created_at` string
    - `description` string
    - `id` integer
    - `internal_id` string
    - `low_stock_alert` boolean
    - `low_stock_count` integer
    - `name` string
    - `size` string
    - `stock_count` integer
    - `supply_category_id` integer
    - `type_stock_status` object
      - `code` string
      - `name` string
    - `unit_cost` integer
    - `updated_at` string
  - `total_pages` integer
  - `total_results` integer

---

[API](https://skmtc.dev/breezeway/apis/breezeway-auth-api.md) · [All operations](https://skmtc.dev/breezeway/apis/breezeway-auth-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/breezeway/breezeway-auth-api/revisions/920ab5205e9d/schema)
