---
title: "Get purchase request counts by status"
method: GET
path: "/v1/inventory-purchase-requests/summary"
tags: ["Purchase Requests"]
---

# Get purchase request counts by status

`GET /v1/inventory-purchase-requests/summary`

Returns count of purchase requests grouped by status for the organization.

## Response `200`

Default Response

- object
  - `pending` number
  - `approved` number
  - `ordered` number
  - `received` number
  - `rejected` number
  - `cancelled` number

## Other responses

- `401` — Default Response
- `500` — Default Response

---

[API](https://skmtc.net/printhiv3d/apis/hive-api-documentation.md) · [All operations](https://skmtc.net/printhiv3d/apis/hive-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/printhiv3d/hive-api-documentation/revisions/b987927f2996/schema)
