automation_session_get
Read one finished automation run: its verdict, the test it belonged to, the device/browser it ran on, its full desired capabilities, how long it took, and whether a video or failure snapshot exists. START HERE when the user pastes a session id or an /automation?session_id=... link and asks what happened, why it failed, or how it went. Returns verdict together with confidence: "reported" means the test itself declared the outcome and is authoritative; "inferred" means the run reported nothing and the platform guessed from how it ended — accurate most of the time but NOT a fact, so say so rather than stating it flatly. stillRunning: true means the run has not finished yet — report it as in progress, never as "no result". Only your own runs are readable; another user's session is indistinguishable from one that does not exist.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sessionId | Yes | The run's session id — the `session_id` value from an /automation?session_id=... link, or the id shown on the run. |