Review sessions
The Sessions page shows a read-only history of every agent interaction in your workspace, along with token usage and the connectors each interaction used. Use it to audit what your agents did, troubleshoot unexpected results, and understand what's driving your agent operations (AOs).
What sessions are
A session is a single agent run, from the moment an agent starts working to the moment it finishes. Each session captures:
- The prompt or trigger that started the run.
- The messages exchanged between you and the agent, if any.
- The tool calls the agent made to answer the prompt, including the connector each tool call targeted.
- The input and output tokens the agent consumed.
- The resulting AOs charged to your plan.
Airbyte logs sessions for work initiated in the web app. Work initiated through MCP, the API, or the SDK is billed by tool call but isn't logged as a session. See Session types for details.
How to understand the Sessions table
The Sessions table lists the most recent sessions first. Each row represents one session, and the columns describe what the agent did and how much work it took.
- Source: A descriptive name for the session, typically the chat's title.
- Type: Whether the session is a Chat.
- Status: Notes Active or Deleted. Active chats are resumable.
- Connectors: The connectors the agent used during the session. Hover over a connector icon to see its name.
- Messages: The number of messages exchanged in the session.
- Tool Calls: The number of tool calls the agent made during the session. Drill into tool calls to see individual calls.
- Input Tokens: The total tokens the agent received as input, across every turn in the session.
- Output Tokens: The total tokens the agent produced, across every turn in the session.
- Date: When the session last updated. Sessions that are still running show the most recent activity time. Dates display in your browser's local time zone.
- Actions: Per-row buttons to review or resume the session.
- Click the View icon to open the session and see its messages and tool calls.
- Click the Chat icon to jump to the chat the session belongs to.
Use the Type, Status, and Connectors filters above the table to narrow the list. The Status filter scopes to Active, which you can resume, or Deleted. The Connectors filter scopes to sessions that used one or more specific connectors.
Session types
Chat sessions are billed as AOs against your plan.
Chat
A Chat session is a conversation you have with an agent in the web app. You send prompts, the agent responds, and the agent may call tools to answer you. Chat sessions continue until you stop chatting, and you can return to them later to keep the conversation going.
Work that isn't counted as a session
Airbyte also processes tool calls from these sources, but doesn't log them as sessions:
- MCP: Tool calls from agents connected through the Model Context Protocol.
- API: Direct calls to the Agent API.
- SDK: Calls made from an agent built with the Agent SDK.
These tool calls still consume AOs and appear in your Usage panel, but they don't have a corresponding Sessions row. To review them, open the Usage panel on the Billing page and filter by the MCP, API, or SDK source.
Review previous session data
Click the View icon in a session's row to open the session history. The session history is read-only and shows the full conversation exactly as it happened.
For a Chat session, you see the messages exchanged between you and the agent, along with the tool calls the agent made in each turn.
Click a tool call to expand it and see the function name, the connector it targeted, the type of call (Search or Direct), and the arguments the agent passed.
To keep chatting with the agent from where a Chat session left off, click Continue this chat at the bottom of the session history. This returns you to the live chat so you can send a new message.
Access previous sessions
To open the Sessions page, click Settings > Sessions in the left navigation of your workspace. The page lists sessions across every chat in your workspace. Sessions never expire, so you can review work from any point in your workspace's history.
If you want to see usage without opening individual sessions, the Usage panel on the Billing page summarizes AOs and tool calls across sessions and non-session sources. Rows for Chat link back to the originating session.