Skip to main content
GET
List accrual run decisions

Autorizações

Authorization
string
header
obrigatório

JWT bearer token issued by the identity provider.

Parâmetros de caminho

id
string<uuid>
obrigatório

Accrual run identifier.

Exemplo:

"550e8400-e29b-41d4-a716-446655440000"

Parâmetros de consulta

kind
string

Narrow to one recognition kind, e.g. interest or pis_cofins.

Maximum string length: 32
Exemplo:

"interest"

postingStatus
enum<string>

Narrow by the state of the item's downstream ledger posting.

Opções disponíveis:
pending,
posted
competencia
string

Narrow to one accounting month (YYYY-MM).

Pattern: ^\d{4}-\d{2}$
Exemplo:

"2026-05"

loanAccountId
string<uuid>

Narrow to one loan account's recognitions within this run.

limit
integer<int64>
padrão:25

Page size.

Intervalo obrigatório: 1 <= x <= 100
offset
integer<int64>
padrão:0

Page offset.

Intervalo obrigatório: 0 <= x <= 10000

Resposta

OK

data
object[] | null
obrigatório

Page of the run's recognitions, newest first; always present, empty slice when none match.