---
title: "Get Multi"
method: GET
path: "/api/import-invoice/v1"
tags: ["v1"]
---

# Get Multi

`GET /api/import-invoice/v1`

Returns all Invoices for the authenticated user's organization with all filters applied.

## Query parameters

- `patient_external_id` string
- `encounter_external_id` string
- `note` string
- `due_date_before` string, date
- `due_date_after` string, date
- `status` V2InvoiceStatus — unresolved $ref
- `limit` integer
- `sort` V2InvoiceSortField — unresolved $ref
- `sort_direction` 'asc' | 'desc'
- `page_token` string

## Headers

- `Authorization` string, required

## Response `200`

Response with status 200

- V1ImportInvoicesPage — unresolved $ref

---

[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)
