List Tasks
Get paginated list of AI agent tasks with optional filtering by session and status.
Authentication
X-Browser-Use-API-Keystring
API Key authentication via header
Query Parameters
pageSize
pageNumber
sessionId
filterBy
Enumeration of possible task execution states
Attributes: CREATED: Task has been created but not yet started. STARTED: Task has been started and is currently running. FINISHED: Task has finished and the agent has completed the task. STOPPED: Task execution has been manually stopped (cannot be resumed).
Allowed values:
after
before
Response
Successful Response
items
List of task views for the current page
totalItems
Total number of items in the list
pageNumber
Page number
pageSize
Number of items per page