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

# Activity

> Inspect LLM and MCP requests for a gateway — filters, security flags, and request/response/policy detail.

**Activity** (`Agent Gateway` → **Activity**) shows traffic that already hit the selected
gateway. Use it after the [Playground](/trustgate/console/playground), Getting started, or
your applications send requests.

## Requests

Open **Activity** → **Requests**.

### Table

| Column                | Meaning                                             |
| --------------------- | --------------------------------------------------- |
| **Date**              | When the request completed.                         |
| **Protocol**          | **LLM** or **MCP**.                                 |
| **Status**            | HTTP / outcome class (e.g. 2xx, 4xx, 5xx).          |
| **Consumer**          | Which consumer handled the call.                    |
| **Operation**         | Chat, tool call, MCP method, etc.                   |
| **Provider**          | Upstream provider when known.                       |
| **Latency**           | End-to-end latency.                                 |
| **Tokens** / **Cost** | Usage and estimated cost when present on the event. |
| **Security**          | Flags from guardrails / detections.                 |

### Filters

* **Search** across request fields.
* **Status** — 2xx / 4xx / 5xx.
* **Kind** — LLM / MCP.
* **Security** — e.g. prompt injection, PII, jailbreak (when flagged).
* **Show only flagged** — security-interesting traffic.

### Request detail

Select a row to open the side panel:

| Tab          | Contents                                                         |
| ------------ | ---------------------------------------------------------------- |
| **Request**  | Inbound payload / MCP method and arguments.                      |
| **Response** | Upstream or gateway response body.                               |
| **Policies** | Policy chain, actions, and per-policy latency.                   |
| **Metadata** | Trace ids, consumer, model, routing, MCP server/upstream fields. |

MCP rows surface method, server, upstream status/latency, targets, and errors when present.

## Related

* [Analytics](/trustgate/console/analytics) — aggregates over the same traffic.
* [Playground](/trustgate/console/playground) — generate a request, then find it in Activity.
