Reportar o estado de transmissão de uma operação
Reporta o status de transmissão/transporte de uma operação: seu estado de ciclo de vida, o transporte de saída ativo do tenant (REST / CD), o marcador de transmit-claim em andamento (transmitClaimedAt) e os diagnósticos de transporte derivados (waitingFor / stuckSince / lastError). Cada campo é derivado de colunas/estado existentes e do log de estados somente-adição (append-only). RBAC: connectivity:admin. O tenant é SEMPRE obtido do contexto validado da requisição.
Autorizações
JWT bearer token issued by the identity provider.
Parâmetros de caminho
Operation id (UUID).
"0190b5a0-0000-7000-8000-0000000000aa"
Resposta
OK
Operation id (UUID).
"0190b5a0-0000-7000-8000-0000000000aa"
Current operation lifecycle state.
"SENT"
Active outbound transport.
"REST"
Last recorded transport error; omitted when none.
"transport connection timeout"
Timestamp since which the operation has been stuck (RFC3339 UTC); omitted when not stuck.
"2026-06-15T08:00:00Z"
In-flight transmit-claim timestamp (RFC3339 UTC); omitted when no claim is held.
"2026-06-15T07:50:00Z"
What the operation is waiting on, and therefore which recovery verb applies. transport/nuclea_ack/if_confirmation are external waits. parked means the outbound attempt budget was exhausted and nothing reached Núclea: recover with POST /v1/connectivity/unpark. in_flight means the file IS at Núclea and the local transition failed: reconcile, then POST /v1/operations/{operationId}/advance, and NEVER un-park it. Omitted when no external dependency is named for the state: the operation is terminal, the wait is internal (CREATED/ACCEPTED, where advance/requeue applies), or it awaits a counterpart this vocabulary does not name yet (CONFIRMED, SETTLED). An omitted value names no verb.
transport, nuclea_ack, if_confirmation, parked, in_flight "nuclea_ack"

