---
title: "List fiscal reports"
method: GET
path: "/api/fiscal/reports"
tags: ["Reports"]
---

# List fiscal reports

`GET /api/fiscal/reports`

## Query parameters

- `outletId` string
- `reportType` 'Z' | 'X' | 'A'
- `limit` integer

## Headers

- `x-tenant-id` string, required

## Response `200`

Report list

- object
  - `reports` ReportSummary[]
    - `id` string, uuid
    - `outletId` string
    - `reportType` 'Z' | 'X' | 'A'
    - `date` string, date, nullable
    - `periodId` string, nullable
    - `invoiceCount` integer
    - `generatedAt` string, date-time

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