list_session_usage
Retrieve a paginated list of browser session usage records with optional filters by user, session, time range, or status.
Instructions
Retrieve a paginated list of Tetra browser session usage records for the authenticated user, with optional filtering by user, session, time range, and status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sub_user_id | No | Filter results to only include sessions belonging to a specific sub-user under the authenticated account. | |
| session_id | No | Filter results to a specific browser session by its unique session identifier. | |
| start_after | No | Return only sessions that started after this timestamp, specified in ISO 8601 date-time format. | |
| end_before | No | Return only sessions that ended before this timestamp, specified in ISO 8601 date-time format. | |
| status | No | Filter sessions by their current lifecycle status; use 'running' for active sessions or 'ended' for completed sessions. | |
| limit | No | Maximum number of session records to return per page; must be between 1 and 1000. | |
| page | No | Page number to retrieve for paginated results; must be 1 or greater. |