> ## Documentation Index
> Fetch the complete documentation index at: https://docs.ironbee.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Session Details

> Overview of the session detail view, timeline and analytics.

Clicking a session row opens the session detail page. The page header shows the session ID and a breadcrumb trail (Projects → Project Name → Session ID). Two tabs organize the content:

| Tab                                     | What it shows                                                                                                    |
| --------------------------------------- | ---------------------------------------------------------------------------------------------------------------- |
| [Timeline](/console/session-timeline)   | The full activity sequence as an interactive horizontal chart, code changes, verifications, fixes, and idle time |
| [Analytics](/console/session-analytics) | A metrics dashboard with context window usage, cost, token breakdown, tool usage, session shape, and more        |

## Meta row

Both tabs share a summary strip at the top of the page:

| Field         | Description                              |
| ------------- | ---------------------------------------- |
| Duration      | Total elapsed session time               |
| Status        | `in-progress`, `completed`, or `stopped` |
| Activities    | Total activity count                     |
| Verifications | Total verification cycle count           |
| Fixes         | Total fix count                          |
| Started       | Absolute start timestamp                 |

<CardGroup cols={2}>
  <Card title="Timeline" icon="chart-gantt" href="/console/session-timeline">
    Interactive timeline of every activity, verification, and fix.
  </Card>

  <Card title="Analytics" icon="chart-bar" href="/console/session-analytics">
    Context window, cost, token usage, session shape, and more.
  </Card>
</CardGroup>
