latestOpenAPI 3.0.32026-08-227451,2751.8 MB

d0fc0114da66

Event

Record a Runtime Recovery Session event

Publishes a SYSTEM_EVENT observation for a completed runtime recovery session whose verdict was "pass". Internal use only; called by server-agents after the Runtime Recovery Summary agent finalizes its verdict. The observation flows through the state-detection and insights pipelines and ultimately becomes an Insight.

post/events/runtime-recovery-session

Request body

workspace_idstring required

The ID of the workspace where the runtime recovery session ran.

agent_session_idstring required

The Agent Session ID for the RRS run. The UI uses this to fetch and render the Runtime Recovery Summary panel on the resulting insight detail page.

journey_run_idstring

The ID of the test run that the RRS evaluated.

journey_idstring

Test variant ID (changes per edit).

journey_invariant_idstring

Test invariant ID (constant across versions).

plan_run_idstring

The plan run ID (if the test ran as part of a plan).

environment_idstring

The environment in which the test ran.

application_idstring

The application under test.

verdict_summarystring

One-sentence user-facing summary from the RRS agent verdict. Used as the list-view subtitle on the resulting insight.

insight_textstring

Optional learning text emitted by the RRS agent.

Response

The runtime recovery session event was accepted for publishing