get_session_details
Drill into a single session by ID. Returns the session header plus every tool call within it (capped at 500 to bound payload size).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | Yes | Session ID from list_recent_sessions. Must belong to the caller's organization. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| model | Yes | ||
| startedAt | Yes | ||
| toolCalls | Yes | ||
| totalCostUsd | Yes | ||
| toolCallCount | Yes |