routes

Get Browser Route Run

Read a public route run: owner sees everything, others see the slate.

Owner (matching session cookie) → full run, exactly as before. Anyone else → a read-only projection of a terminal, successful run (#1549), so a shared link renders the persisted slate instead of recomputing it. A non-owner open of a non-terminal, errored, or expired run stays 404. Refine and live-tail (/continue, /events) remain owner-only.

get/routes/{run_id}

Path parameters

run_idstring required

Response

Successful Response

run_idstring required
browser_session_idstring nullable required
statusstring required
terminal_event_typestring nullable
parent_run_idstring nullable
root_run_idstring nullable required
prompt_previewstring nullable required
viewer_localestring required
generation_localestring required
unitsstring required
timezonestring nullable
candidate_summariesobject[]
source_route_hashstring nullable
source_route_slugstring nullable
source_public_route_idstring nullable
source_session_idstring nullable
created_atstring date-time required
updated_atstring date-time required
completed_atstring date-time nullable
is_ownerboolean
can_refineboolean

Changes

No recorded changes to this endpoint across all 1 revision of this API.