Get a paginated list of all AI agent sessions for the authenticated user.
AI agent sessions represent active or completed browsing sessions where your AI agents perform tasks. Each session can contain multiple tasks and maintains browser state throughout the session lifecycle.
You can filter sessions by status and optionally include task details for each session.
Returns:
1 <= x <= 100
x >= 1
Enumeration of possible (browser) session states
Attributes: ACTIVE: Session is currently active and running (browser is running) STOPPED: Session has been stopped and is no longer active (browser is stopped)
active
, stopped
Successful Response
Response model for paginated session list requests
Attributes: items: List of session views for the current page