Get a paginated list of all Browser Use Agent tasks for the authenticated user.
Browser Use Agent tasks are the individual jobs that your agents perform within a session. Each task represents a specific instruction or goal that the agent works on, such as filling out a form, extracting data, or navigating to specific pages.
Returns:
1 <= x <= 100
x >= 1
Enumeration of possible task execution states
Attributes: STARTED: Task has been started and is currently running. PAUSED: Task execution has been temporarily paused (can be resumed) FINISHED: Task has finished and the agent has completed the task. STOPPED: Task execution has been manually stopped (cannot be resumed).
started
, paused
, finished
, stopped
Successful Response
Response model for paginated task list requests
Attributes: items: List of task views for the current page