---
title: "List Inventory Records"
method: GET
path: "/api/patient-ar/v1/inventory"
tags: ["v1"]
---

# List Inventory Records

`GET /api/patient-ar/v1/inventory`

Retrieve a list of inventory records based on the provided filters. Each inventory record provides the latest invoiceable status of the associated claim.
The response is paginated, and the `page_token` can be used to retrieve subsequent pages. Initial requests should not include `page_token`.

## Query parameters

- `since` string, date-time
- `limit` integer
- `page_token` string

## Headers

- `Authorization` string, required

## Response `200`

Response with status 200

- V1ListInventoryPagedResponse — unresolved $ref

## Other responses

- `403` — Error response with status 403
- `422` — The provided filters are invalid or not supported.

---

[API](https://skmtc.net/joincandidhealth/apis/api-reference.md) · [All operations](https://skmtc.net/joincandidhealth/apis/api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/joincandidhealth/api-reference/revisions/7cc5974e4128/schema)
