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

Autorizaciones

Authorization
string
header
requerido

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.

Opciones disponibles:
refinanciamento,
reversao_refinanciamento,
renegociacao,
exclusao_portabilidade,
antecipacao_incluir,
antecipacao_excluir,
legado_incluir,
legado_renegociar,
legado_excluir,
suspensao,
reativacao,
alteracao_termos
Ejemplo:
status
enum<string>[]

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

Opciones disponibles:
invoking,
accepted,
rejected,
outcome_unknown
Ejemplo:
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.

Ejemplo:

"eyJ2IjoxLCJyIjoiYm9hcmQiLCJ0IjoiMjAyNi0wOC0xNFQwOToxMjozM1oiLCJrIjpbImMwMDEyIl19"

limit
integer<int64>

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

Rango requerido: 1 <= x <= 200
Ejemplo:

50

Respuesta

OK

items
object[]
requerido
page
object
requerido
unlogged_operations
string[]
requerido

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.