get_user_traces
Retrieve and analyze user interaction traces from Langfuse with pagination support for observability in LLM applications.
Instructions
All traces for a specific user with pagination. Read-only.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| userId | Yes | Langfuse user ID | |
| page | Yes | Page number | |
| limit | Yes | Items per page |