diff --git a/src/pages/agent-network/usage-and-logs/access-logs.mdx b/src/pages/agent-network/usage-and-logs/access-logs.mdx index 5365c30b..bb666e53 100644 --- a/src/pages/agent-network/usage-and-logs/access-logs.mdx +++ b/src/pages/agent-network/usage-and-logs/access-logs.mdx @@ -1,5 +1,5 @@ export const description = - 'The per-request Agent Network access log: caller identity, provider, model, tokens, cost, decision, and reason, with server-side filtering.' + 'The per-request Agent Network access log: caller identity, provider, model, tokens, cost, decision, and reason, with server-side filtering and a grouped-by-session view.' # Access Logs @@ -22,6 +22,41 @@ and the reason a request was allowed or denied. - **Status** and **Reason** — for denials, the mapped policy reason; for allowed requests, a link to the policy that authorized it. +## Sessions + +Use the **Requests / Sessions** switch above the log to change the view. The +**Sessions** view groups related requests into a single session and shows one +row per session, most recent activity first — so you can see the latest sessions +at a glance. + +
+
+
@@ -37,7 +72,8 @@ Filter the log by: - **Model** - **Path** — match requests whose path starts with a given prefix (e.g. `/v1/messages`). -All filtering is applied server-side. +All filtering is applied server-side and works in both the Requests and Sessions +views. ## Availability