fetch_sessions
Retrieve paginated session data from Langfuse with time-based filtering for analyzing LLM application observability metrics.
Instructions
Paginated list of all sessions with optional time range filter. Read-only.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | Yes | Page number | |
| limit | Yes | Items per page | |
| fromTimestamp | Yes | ISO-8601 start timestamp | |
| toTimestamp | Yes | ISO-8601 end timestamp |