list_sessions
Retrieve and filter active or historical sessions for a specific application, with options to sort, limit, and offset results for precise data analysis.
Instructions
List sessions for an application
Input Schema
Name | Required | Description | Default |
---|---|---|---|
applicationIdentifier | Yes | ||
count | No | Limits the number of items in the response | |
filter | No | Filter items by an expression. Currently only supports filtering by `xhr.uri`. Example: xhr.uri eq https://example.com | |
offset | No | Number of items to skip before returning results | |
orderBy | No | Order items by property values |