The Logs Page
Navigate to Logs in the sidebar to access the log explorer.Log Entry Information
Each log entry shows:Filtering Logs
Use filters to find specific requests:Time Range
Last hour, 24 hours, 7 days, or custom range
Endpoint
Filter by specific endpoint
Status
Success, failed, or all
Model
Filter by LLM model used
Search
Search logs by:- Request ID
- Input content (partial match)
- Output content (partial match)
Log Details
Click any log entry to see full details:Request Tab
Response Tab
Rendered Prompt Tab
See the actual text sent to the LLM after template rendering:Metadata Tab
Replaying Requests
Replay any logged request to:- Debug issues with the same input
- Compare results after prompt changes
- Test with different models or settings
1
Open Log Entry
Click on the log entry you want to replay.
2
Click Replay
Click the Replay button.
3
Modify (Optional)
Optionally change the prompt, model, or settings.
4
Execute
Run the replay and compare results.
Monitoring Metrics
Endpoint Metrics
On each endpoint’s dashboard:Charts
- Request Volume — Requests over time
- Latency Distribution — P50, P95, P99 latencies
- Error Rate — Failures over time
- Model Usage — Breakdown by model
Setting Up Alerts
Custom alerting is available on Pro and Enterprise plans.
- Error rate exceeds threshold
- Latency exceeds threshold
- Daily cost exceeds budget
- Unusual traffic patterns
Debugging Common Issues
High Latency
- Check the model — Some models are slower
- Check input size — Large inputs take longer
- Check time of day — Provider congestion varies
- Check max tokens — Higher limits may cause longer generation
High Error Rate
- Check validation errors — Are inputs malformed?
- Check provider status — Is OpenAI/Anthropic down?
- Check rate limits — Are you exceeding limits?
- Check prompt — Is it producing valid JSON?
Unexpected Outputs
- View rendered prompt — Is the template rendering correctly?
- Check temperature — Too high may cause variations
- Review recent changes — Did the prompt change?
- Replay request — Reproduce the issue
Log Retention
Exporting Logs
Export logs for external analysis:- Apply filters to select the logs you need
- Click Export
- Choose format (CSV or JSON)
- Download the file
API Access to Logs
Logs API is available on Enterprise plans.
Next Steps
Team Management
Add team members and manage roles
Billing
Manage your subscription

