Get service readiness
Prerequisite: an active certificate (see rotateCertificate, activateCertificate) before readiness reports READY; a READY readiness report is itself the prerequisite for a connectivity test (see createConnectivityTest) and any submit operation (see createBankTransferOperation). Returns the operational readiness summary for the service, including database connectivity, certificate validity window, channel settings binding, and any degraded subsystems. Used by ops dashboards and pre-flight gates before STR submission. Independent of the global Kubernetes /readyz probe — this endpoint reports the participant operational readiness state, while /readyz reports process-level dependency health.
Authorizations
JWT bearer token issued by the identity provider.
Response
OK
Per-subsystem readiness checks that compose the aggregate status.
Request-scoped correlation identifier echoing X-Request-ID, for pivoting from response to trace.
"req-7a3f9c2e"
Aggregate readiness status derived from all individual checks.
"READY"
RFC3339 UTC timestamp when the readiness snapshot was produced.
"2026-05-04T18:30:00Z"

