Skip to main content
The Logs page captures every completion sent through the Traceport gateway, providing fine-grained, real-time insights into your organization’s AI operations. Navigate to Logs in the sidebar under Overview. The page opens to the API Logs tab by default.

What is Tracked

Every log entry captures comprehensive metadata:
FieldDescription
TimestampThe exact time the completion originated
ProviderThe AI provider used (e.g., OpenAI, Anthropic, Google)
ModelThe specific model (e.g., gpt-4o, claude-3-5-sonnet)
Tokens (In/Out)Prompt (input) and completion (output) tokens consumed
DurationHow long the request took to complete (ms)
CostEstimated cost based on the provider’s token pricing
EndpointThe API endpoint called (e.g., chatComplete)

Log Detail View

Clicking any log entry opens a detail panel showing the full request and response data: The detail panel includes:
Status (Success/Failed), Trace ID, Span ID, provider name, model used, and the API endpoint.
Execution duration (ms), total tokens, total cost, and a breakdown of input vs output tokens.
The exact JSON payload sent to the model — including system prompts, user messages, and model parameters like temperature and max tokens.
The full model response content, including finish reason, token usage details, and any tool calls.
As your log volume grows, isolate specific issues or usage patterns by applying filters:
  • Status — Filter Failed vs Successful requests to separate errors from valid traffic.
  • API Key — Filter by individual API keys to identify which application is driving specific traffic patterns.
  • Provider & Model — View traffic for a specific provider (e.g., only Anthropic or only OpenAI requests).