---
title: "Detalhes do lançamento"
method: GET
path: "/v1/lancamentos/{lancamentoId}"
tags: ["Financeiro > Lançamentos"]
---

# Detalhes do lançamento

`GET /v1/lancamentos/{lancamentoId}`

Retorna os detalhes completos de um lançamento financeiro, incluindo:
- Informações da categoria e grupo
- Dados de profissional/fornecedor (se aplicável)
- Forma de pagamento (se pago)
- **Informações de recorrência** (se o lançamento pertence a uma recorrência): tipo, total de parcelas, datas de início/fim e competência, status da recorrência, forma de aplicação da competência.

## Path parameters

- `lancamentoId` integer, required

## Headers

- `estabelecimentoId` string, required

## Response `200`

Success

- LancamentoDetailsDTO
  - `id` integer
  - `tipo` integer
  - `tipoNome` string, nullable
  - `categoria` integer
  - `categoriaNome` string, nullable
  - `grupo` integer
  - `grupoNome` string, nullable
  - `dataPagamento` string, date-time, nullable
  - `dataVencimento` string, date-time
  - `dataCompetencia` string, date-time, nullable
  - `descricao` string, nullable
  - `valor` number, double
  - `statusPagamento` integer
  - `statusPagamentoNome` string, nullable
  - `profissionalOuFornecedorDocumento` string, nullable
  - `profissionalOuFornecedorNome` string, nullable
  - `formaPagamentoId` integer, nullable
  - `formaPagamentoNome` string, nullable
  - `dataCriacao` string, date-time
  - `dataAtualizacao` string, date-time
  - `ativo` boolean
  - `recorrencia` RecorrenciaDTO
    - `idRecorrencia` integer
    - `tipoRecorrencia` integer
    - `tipoRecorrenciaNome` string, nullable
    - `totalParcelas` integer
    - `inicioRecorrencia` string, date-time
    - `fimRecorrencia` string, date-time, nullable
    - `formaDeAplicarCompetencia` integer, nullable
    - `formaDeAplicarCompetenciaNome` string, nullable
    - `recorrenciaAtiva` boolean

## Other responses

- `404` — Not Found

---

[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/versions/1b5b1e3825ef/schema)
