list_traces
Retrieve and filter traces by user, session, name, or tags to analyze LLM interactions.
Instructions
List traces with optional filters.
Args: limit: Number of results (max 100). page: Page number (1-based). user_id: Filter by user ID. session_id: Filter by session ID. name: Filter by trace name. tags: Filter by tags.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| page | No | ||
| tags | No | ||
| limit | No | ||
| user_id | No | ||
| session_id | No |