Browse documentation
Run diagnostics
Use Details, Activity, and Diagnostics to understand execution outcomes and failures.
View MarkdownThe run page presents one chronological source through three customer-facing views.
Details
Use Details to answer:
- Did requested work complete?
- When did the run start and finish?
- Which deployment version ran?
- Which entrypoint, region and machine were used?
- Is the workspace saved or updating?
- Did turns complete before later cleanup stopped the run?
- Is a runtime update recommended?
Details intentionally omits internal identifiers and infrastructure provenance that do not help the customer act.
Activity
Use Activity for the important lifecycle:
- run admission and start;
- sandbox initialization and readiness;
- run and turn transitions;
- tool and artifact events;
- workspace checkpoint and upgrade events;
- compaction and active-tool changes;
- warnings, errors and cancellation.
Activity is a readable projection, not a second event store.
Diagnostics
Use Diagnostics for the complete sanitized technical stream. It retains lower-level runtime evidence and stable event names needed for support and automation.
Diagnostics never exposes:
- credentials or authorization headers;
- provider payload contents by default;
- private storage or encryption metadata;
- platform control credentials or connection details;
- raw tool arguments or results;
- platform-owned runtime files.
Diagnostic workflow
- Read the interpreted outcome in Details.
- Find the last successful lifecycle transition in Activity.
- Open Diagnostics near the same timestamp.
- Identify the failure phase.
- Apply the troubleshooting guide for that phase.
Common phases
admission
-> deployment
-> sandbox
-> worker
-> provider
-> tools and extensions
-> checkpoint
-> cancellation and cleanupDo not diagnose a run from its final state alone. Compare run, turn, sandbox, and workspace evidence.