---
title: "Listar Registros de Boleto."
method: GET
path: "/v1/bank_billet_registrations"
tags: ["Registro de Boleto"]
---

# Listar Registros de Boleto.

`GET /v1/bank_billet_registrations`

Listar Registros de Boleto.

## Query parameters

- `page` integer
- `per_page` integer
- `registered_from` string, date
- `registered_to` string, date
- `bank_billet_id` string
- `bank_billet_account_id` string

## Headers

- `User-Agent` string

## Response `200`

Sucesso na listagem de registros de boleto

- BankBilletRegistrationObject[]
  - `id` integer — ID do Registro de Boleto
  - `bank_billet_id` integer, nullable — ID do Boleto.
  - `bank_billet_account_id` integer, nullable — ID da Carteira.
  - `status` '0' | '1' | '2' — Situação do registro: * `0` Erro * `1` Sucesso * `2` Serviço indisponível
  - `registered_at` string, date-time, nullable — Data e hora do registro.
  - `error_message` string, nullable — Mensagem de erro do registro.
  - `failed_at` string, date-time, nullable — Data e hora da falha.
  - `fails_count` integer, nullable — Quantidade de falhas em tentativas de registrar o boleto.
  - `retry_blocked` boolean, nullable — Retentativa bloqueada.
  - `created_at` string, date-time, nullable — Data e hora de criação do registro
  - `updated_at` string, date-time, nullable — Data e hora da última atualização do registro

## Other responses

- `401` — Falha de autenticação. Token inválido
- `403` — Falha de permissão. Você não tem o Scope obrigatório para essa chamada.

---

[API](https://skmtc.net/kobana/apis/cobran-as.md) · [All operations](https://skmtc.net/kobana/apis/cobran-as/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kobana/cobran-as/revisions/728c362ec4d7/schema)
