Endpoint
POST
/v1/session/queryAuthentication
This endpoint requires API key authentication. Include your API key in the request headers:Request Body
Search string to filter sessions
Filter by exact session name
Timezone offset in minutes
Advanced filtering options. Can be “all” for no filter, or a filter tree with request_response_rmt and sessions_request_response_rmt operators
Number of records to skip (for pagination)
Maximum number of records to return
Response
Array of session objects
Unique identifier for the session
Name of the session
Total cost of all requests in the session
Total number of tokens used in the session
Total prompt tokens used
Total completion tokens used
Number of requests in the session
Session creation timestamp
Timestamp of the most recent request
Error message if the request failed, null otherwise