List Tasks

Get paginated list of AI agent tasks with optional filtering by session and status.

Headers

X-Browser-Use-API-KeystringRequired

Query parameters

pageSizeintegerOptional>=1<=100Defaults to 10
pageNumberintegerOptional>=1Defaults to 1
sessionIdstring or nullOptionalformat: "uuid"
filterByenum or nullOptional

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).

Allowed values:
afterstring or nullOptionalformat: "date-time"
beforestring or nullOptionalformat: "date-time"

Response

Successful Response
itemslist of objects
List of task views for the current page
totalItemsinteger
Total number of items in the list
pageNumberinteger
Page number
pageSizeinteger
Number of items per page

Errors