fetch_sessions
fetch_sessionsRetrieve paginated session data from Langfuse with time-based filtering for analyzing LLM application observability and debugging.
Instructions
Paginated list of all sessions with optional time range filter. Read-only.
Input 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 |