Skip to main content

Activity Tab

Where the Overview tab aggregates, the Activity tab lists. Two sortable tables — one per conversation, one per run — and a path from either into the full execution trace.

The Activity tab, listing sessions with their costs and execution counts.

Sessions and executions

Sub-tabOne row isUse it to
SessionsOne conversation with one flowFind the expensive customer
ExecutionsOne individual runFind the expensive message

A session usually contains several executions — one per message the customer sent. When a conversation calls a sub-flow with Execute Flow, each flow appears as its own row, so you can see what the sub-flow cost separately.

Session columns

ColumnMeaning
StatusThe state of the most recent execution in the session — green for success, red for error
AgentflowWhich flow. Deleted flows still appear, marked as deleted
SessionThe session ID, truncated, with click-to-copy
Exec countHow many runs the conversation contained
Total costEverything the conversation cost
Avg exec costTotal divided by the count
DurationBetween the first and last execution
Created / Last executionWhen it started and when it last did anything

Sorted by last activity, newest first. Sort by Total cost instead and the outliers surface immediately — that's the usual first move.

Exec count deserves attention. A conversation with 40 executions is either a very engaged customer or a loop, and the difference is worth checking.

Execution columns

ColumnMeaning
StatusSuccess, error, timeout, or stopped
AgentflowWhich flow ran
SessionThe conversation it belonged to
Created / Last updatedWhen it started and finished
CostWhat this single run cost

Sortable by cost, which is the fastest way to the single most expensive run in a period.

Opening a session

Clicking a session row opens a drawer with that session's individual executions. Clicking one of those opens the full execution detail — the node tree, every node's inputs and outputs, and the per-node cost breakdown.

That's the end of the trail: from a total, to a flow, to a conversation, to a run, to the specific node that cost the money.

Copying a session ID

Session IDs are click-to-copy throughout. Useful when you're cross-referencing:

  • Paste one into View Messages to read what the customer actually said.
  • Paste it into the Executions filter to see every run in the conversation, including ones with no cost.

A note on document stores

Embedding operations from document stores aren't listed here. They're not conversations, so they'd have no meaningful session; their cost is on the Overview tab under the Document Stores source filter.