Sessions
Browse live and historical sessions and drill into a single run
Sessions (under Compute) is the heart of the console — uRun's product primitive is the live session, and this is where you watch them.
The list
A filterable, newest-first list of live and historical sessions across the org. The filters are URL-bound (shareable links) and include a builder for composing conditions, so you can deep-link directly to, say, all failed sessions for one app in the last hour.
Failure groups are deep-linkable: a cluster of related failures links straight to the filtered list, which pairs well with the Issues flow.
Session detail
Opening a session (/sessions/<id>) gives you the full per-session picture across tabs:
| Tab | What it shows |
|---|---|
| Overview | Phase, timing, app/function, and the session's headline state |
| Events | The session's event spine — every lifecycle and runtime event in order |
| Docs | The synced control document(s) for the session |
| Streams | The media streams (and any recordings) for the session |
Docs and Streams live only on the session detail page — there are no top-level Docs or
Streams sections (drill-down containment). The control doc shown here is the same
control document your client steers the session with.
When to use it
- Watch a live session as a client connects and streams.
- Debug a failed run by reading its Events and inspecting the control doc it received.
- Trace a recording, or follow a failure-group deep link from an alert.
For an org-wide GPU view rather than per-session, see Capacity; for log search across runtimes, see Logs.