State & Tracing
Cluster state, event log access, trace inspection/export, and onboarding helpers.
📄️ Get this API node's ID
Get this API node's ID
📄️ Get cluster state
Return the current cluster state as seen by this API node, including topology, instances, node capabilities, and live telemetry (per-node memory and system profile).
📄️ Get stored event log
Stream or return the API-side event log used for debugging state transitions and cluster behavior.
📄️ Get cluster tracing state
Return whether runtime tracing is currently enabled for new requests across the cluster session.
📄️ Set cluster tracing state
Enable or disable runtime tracing for new requests across the cluster session.
📄️ List saved traces
List saved trace files that can be inspected for debugging and performance analysis.
📄️ List cluster traces
List deduplicated traces discoverable from this node across reachable peer APIs.
📄️ Delete saved traces
Delete one or more saved trace artifacts by task ID.
📄️ Get one cluster trace
Return a trace from local storage or proxy it from a reachable peer node.
📄️ Get one cluster trace summary
Return aggregated timing statistics for a trace available locally or on a reachable peer node.
📄️ Download raw cluster trace JSON
Download a raw Chrome trace artifact from local storage or a reachable peer node.
📄️ Get one saved trace
Return the structured trace events for one saved task trace.
📄️ Get one trace summary
Return aggregated timing statistics for one saved trace.
📄️ Download raw trace JSON
Download the raw Chrome trace JSON artifact for one task.
📄️ Get onboarding completion status
Return whether the dashboard onboarding flow has been completed on this node.
📄️ Mark onboarding complete
Mark the local dashboard onboarding flow as complete.