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

Autorizações

Authorization
string
header
obrigatório

JWT bearer token issued by the identity provider.

Parâmetros de consulta

command
enum<string>[]

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

Opções disponíveis:
refinanciamento,
reversao_refinanciamento,
renegociacao,
exclusao_portabilidade,
antecipacao_incluir,
antecipacao_excluir,
legado_incluir,
legado_renegociar,
legado_excluir,
suspensao,
reativacao,
alteracao_termos
Exemplo:
status
enum<string>[]

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

Opções disponíveis:
invoking,
accepted,
rejected,
outcome_unknown
Exemplo:
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.

Exemplo:

"eyJ2IjoxLCJyIjoiYm9hcmQiLCJ0IjoiMjAyNi0wOC0xNFQwOToxMjozM1oiLCJrIjpbImMwMDEyIl19"

limit
integer<int64>

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

Intervalo obrigatório: 1 <= x <= 200
Exemplo:

50

Resposta

OK

items
object[]
obrigatório
page
object
obrigatório
unlogged_operations
string[]
obrigatório

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.