---
title: "Get Historical Invoices (POST)"
method: POST
path: "/api/v1/participant_info/invoices"
---

# Get Historical Invoices (POST)

`POST /api/v1/participant_info/invoices`

Retrieve historical invoices for a participant using POST request body with optional filtering.

## Request body

- InvoicesRequest — Request model for historical invoices.
  - `participant_id` string, required — Participant ID
  - `support_category_name` string, nullable — Filter by support category name
  - `support_category_name_pace` string, nullable — Filter by PACE support category name
  - `return_received` boolean, nullable — 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/12dd4779f835?raw)
