Contents
| Section | Description |
|---|---|
| Overview | Quickstart with SDK and HTTP API |
| Trace inspection | Inspect a single trace and span hierarchy |
| Filtering | Filter request logs |
| Basic queries | Time range, users, virtual accounts |
| Advanced queries | Trace ID, model spans, metadata, MCP |
| Span attributes | Attribute reference |
Quickstart
- Using TrueFoundry SDK
- Using HTTP API
Setup the TrueFoundry SDK
To start querying request logs, install and configure the TrueFoundry SDK and CLI.Follow the CLI Setup Guide for installation instructions and authentication steps.Once setup is complete, you can use the SDK to query tracing data programmatically.
Fetch using TrueFoundry SDK
Each request to the LLM Gateway generates a trace—a timeline of everything that happened, from the incoming request to guardrails to the model call and any external APIs. Let’s pull the latest Gateway traces and see real data quickly.Fetch the latest LLM Gateway request logs:tracing_project_fqn from the Fetch via API button on the Request Logs page