---
title: "List invoices"
method: GET
path: "/api/fiscal/invoices"
tags: ["Invoices"]
---

# List invoices

`GET /api/fiscal/invoices`

Paginated list of invoices for the tenant.

## Query parameters

- `pageToken` string
- `pageSize` integer

## Headers

- `x-tenant-id` string, required

## Response `200`

Invoice list

- InvoiceListResponse
  - `items` InvoiceSummary[]
    - `id` string, uuid
    - `outletId` string
    - `jurisdiction` string
    - `invoiceType` string
    - `fiscalNumber` string
    - `totalAmountMinor` string
    - `currency` string
    - `createdAt` string, date-time
  - `nextPageToken` string, nullable

## Other responses

- `401` — Missing or invalid authentication

---

[API](https://skmtc.net/stalela/apis/stalela-fiscal-invoicing-api.md) · [All operations](https://skmtc.net/stalela/apis/stalela-fiscal-invoicing-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/stalela/stalela-fiscal-invoicing-api/revisions/c2aa57077068/schema)
