Skip to main content
GET /scenarios/long-runs
Returns the most recent non-terminal twin quickstart run associated with each of your saved scenarios. Use this to rehydrate scenario cards with their active twin provisioning state after a reload or relogin, since the response includes the same URLs, lock state, seed results, and error information as GET Get twin provision status. Runs whose status is completed, failed, cancelled, or expired are excluded. Only one entry is returned per scenario (the most recently created active run). Response Array of objects with the following fields:
FieldTypeDescription
scenario_idstringSaved scenario id this run belongs to.
runobjectTwin provision status payload for the active run. Same shape as GET Get twin provision status, including run_id, status, twins, dashboard_url, proxy_token, error, seed_results, and is_public.
updated_atstring | nullISO 8601 timestamp of the last run update.