listSessions
Retrieve all sessions, which group multiple traces from the same user interaction. Filter by page, limit, or time range.
Instructions
List all sessions. Sessions group multiple traces from the same user interaction.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (1-indexed) | |
| limit | No | Items per page | |
| fromTimestamp | No | Start of time range (ISO 8601) | |
| toTimestamp | No | End of time range (ISO 8601) |