---
title: "Get Historical Invoices"
method: GET
path: "/api/v1/participant_info/invoices/{participant_id}"
---

# Get Historical Invoices

`GET /api/v1/participant_info/invoices/{participant_id}`

Retrieve historical invoices for a participant with optional filtering.

## Path parameters

- `participant_id` string, required — Participant ID

## Query parameters

- `support_category_name` string — Filter by support category name
- `support_category_name_pace` string — Filter by PACE support category name
- `return_received` boolean — Return received invoices (default is False)

## Response `200`

Successful Response

- InvoicesResponse — Response model for historical invoices.
  - `invoices` object[], required — Historical invoices data

## Other responses

- `400` — Bad request
- `422` — Validation Error
- `500` — Internal server error

---

[API](https://skmtc.dev/caresquare/apis/fastapi.md) · [All operations](https://skmtc.dev/caresquare/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc.dev/caresquare/apis/fastapi/revisions/e4798856d733?raw)
