Retrieves a paginated list of sessions for the authenticated team with support for sorting and advanced filtering. This endpoint mirrors the backend session history-page filtering behavior.
API key passed in the header
Page number to fetch.
x >= 1Number of sessions per page. Supported values are 10, 20, and 50.
10, 20, 50 Sort field. Common values are created_at, session_id, used_credits,
created_at, and api_key_name.
Sort direction.
asc, desc Comma-separated tag search terms (partial, case-insensitive).
Exact session status filter.
Comma-separated tag list. Session must include all provided tags.
Comma-separated domain list. Session must include all provided domains.
Include sessions created at or after this timestamp (ISO 8601).
Include sessions created at or before this timestamp (ISO 8601).
Filter by batch identifier.
Filter by whether the session was task-initiated.
Filter by whether the session is a playground session.
Filter by whether proxy was active for the session.
Filter by whether extra stealth mode was active.
Case-insensitive partial match on browser profile name.
Paginated sessions history retrieved successfully.
Paginated session history listing response.