Skip to main content
GET
List the tenant's rail commands and the operations that leave no record

Authorizations

Authorization
string
header
required

JWT bearer token issued by the identity provider.

Query Parameters

command
enum<string>[]

Narrows the page to the named commands. Repeat the parameter for several. Omitted means all twelve.

Available options:
refinanciamento,
reversao_refinanciamento,
renegociacao,
exclusao_portabilidade,
antecipacao_incluir,
antecipacao_excluir,
legado_incluir,
legado_renegociar,
legado_excluir,
suspensao,
reativacao,
alteracao_termos
Example:
status
enum<string>[]

Narrows the page to the named situations. Repeat the parameter for several. Omitted means all four.

Available options:
invoking,
accepted,
rejected,
outcome_unknown
Example:
after
string

The previous page's page.next_after. Omitted starts at the newest invocation. A cursor this service did not mint is refused, never restarted from the top.

Example:

"eyJ2IjoxLCJyIjoiYm9hcmQiLCJ0IjoiMjAyNi0wOC0xNFQwOToxMjozM1oiLCJrIjpbImMwMDEyIl19"

limit
integer<int64>

Maximum number of rail commands to return. Omitted means the ceiling of 200.

Required range: 1 <= x <= 200
Example:

50

Response

OK

items
object[]
required
page
object
required
unlogged_operations
string[]
required

Rail operationIds this gateway runs WITHOUT writing a durable row, so their absence from the book above is not evidence they were never called. It names TWO operations today, both on the portability path: averbarConsignadoPortabilidade and respondConsignadoPortabilityAuction. Their command services hold no durable store of any kind, so this gateway cannot report what the rail was told or what it answered — and portability moves a consignado contract between institutions. Migration 000078 emptied the previous five entries (both antecipação de parcela operations and the three empréstimo legado ones) by the opposite route, giving each a durable row; these two leave the list the same way, once their services gain that write. The field is published even when empty, so a client can tell that from a gateway that stopped reporting it.