Skip to content

Beta module namespace

observability

Beta routes may change with notice and are NOT covered by the 24-month stable window of the core contract.

Every module route is enumerated with method, path, auth and required permission; request/response schemas are not published for the beta surface.

5 operations

MethodPathRequired permissionAuthenticationSummary
get/v1/m/observability/attestationobservability:attestation:readBearer tokenReturns the measured truth about the RUNNING binary.
get/v1/m/observability/ingestion-healthobservability:health:readBearer tokenReturns the per-standard table + the live per-source counters.
get/v1/m/observability/tracesobservability:health:readBearer tokenLists the traces correlated in the ledger window, newest first.
get/v1/m/observability/traces/{id}observability:traces:readBearer tokenReturns one trace's detail: ONE span row per distinct span_id, each grouping the ledger events that engine span produced.
get/v1/m/observability/traces/{id}/exportobservability:traces:readBearer tokenExports one trace as OTLP-compatible JSON so the operator can import it into Jaeger, Grafana Tempo, Datadog, or any OTLP-aware tool.