---
title: "Listar transações com detalhes fiscais"
method: GET
path: "/v1/transacoes/notas-fiscais"
tags: ["Financeiro > Transações"]
---

# Listar transações com detalhes fiscais

`GET /v1/transacoes/notas-fiscais`

Lista todas as transações do estabelecimento com detalhes fiscais.

## Query parameters

- `page` integer
- `pageSize` integer
- `dataInicio` string, date-time
- `dataFim` string, date-time
- `incluirEstornos` boolean

## Headers

- `estabelecimentoId` string, required

## Response `200`

Success

- TransacaoFiscalItemDTOPagedList
  - `page` integer
  - `pageSize` integer
  - `totalPages` integer
  - `totalRecords` integer
  - `data` TransacaoFiscalItemDTO[], nullable
    - `id` integer
    - `dataHora` string, date-time
    - `dataReferencia` string, date-time
    - `notaNFC` NotaNFCDTO
      - `numeroNota` integer
      - `numeroSerie` integer
    - `cliente` TransacaoFiscalClienteDTO
      - `id` integer
      - `nome` string, nullable
      - `endereco` EnderecoDTO
        - `cep` string, nullable
        - `logradouro` string, nullable
        - `numero` string, nullable
        - `bairro` string, nullable
        - `cidade` string, nullable
        - `uf` string, nullable
        - `complemento` string, nullable

---

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