---
title: "Returns a paginated list of Invoices"
method: GET
path: "/invoices"
tags: ["Invoice"]
---

# Returns a paginated list of Invoices

`GET /invoices`

Required permission: Invoices - List/Search

## Query parameters

- `paid` boolean
- `unpaid` boolean
- `ticket_id` integer
- `since_updated_at` string
- `page` integer
- `per_page` integer

## Response `200`

Invoices found

---

[API](https://skmtc.dev/syncromsp/apis/syncro.md) · [All operations](https://skmtc.dev/syncromsp/apis/syncro/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/syncromsp/syncro/revisions/dfc1c332d2c2/schema)
