Records

The Records page is a paginated log of every request the gateway has processed. Each row is an execution record showing the outcome and key metadata for one API call.

Records page showing the request execution log

Table columns

ColumnDescription
Record IDTruncated identifier (first 12 characters)
Decisionallow, deny, rate_limited, quarantine, or require_approval
Action TypeThe type of AI operation (e.g., chat completion, embedding)
ProviderThe connector the request was routed through
ModelThe model requested
CredentialThe credential used to authenticate with the provider
CostEstimated cost in USD
Tokens In / OutInput and output token counts
TimeWhen the request arrived

Filtering

Two filters are available at the top of the page:

  • Decision: drop-down with All, allow, deny, rate_limited, quarantine, require_approval
  • Workload: text input; filters to records from a specific workload ID

Record detail

Click any row to expand the record detail panel inline below it. The panel is organized into sections:

  • Request: Provider, Model, Action Type, Node
  • Identity: Credential, Credential Mode, API Key, Workload
  • Attribution: Account, Customer, Billing Owner
  • Usage: Tokens In, Tokens Out, Cost USD
  • Metadata: Time, Org, Ingress Mode, and conditionally: Caller IP, Delegation ID, Bundle ID
  • Labels: any labels attached to the record

A colored banner at the top of the detail panel shows the decision and the decision reason.

Pagination

Records are paginated with token-based navigation (Previous / Next). The rows-per-page selector offers 10, 20, 50, or 100 rows.