Skip to main content
GET
List accrual run decisions

Authorizations

Authorization
string
header
required

JWT bearer token issued by the identity provider.

Path Parameters

id
string<uuid>
required

Accrual run identifier.

Example:

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

Query Parameters

kind
string

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

Maximum string length: 32
Example:

"interest"

postingStatus
enum<string>

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

Available options:
pending,
posted
competencia
string

Narrow to one accounting month (YYYY-MM).

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

"2026-05"

loanAccountId
string<uuid>

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

limit
integer<int64>
default:25

Page size.

Required range: 1 <= x <= 100
offset
integer<int64>
default:0

Page offset.

Required range: 0 <= x <= 10000

Response

OK

data
object[] | null
required

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