Get a paginated list of all tasks
Returns a paginated list of all tasks belonging to the user, ordered by creation date. Each task includes basic information like status and creation time. For detailed task info, use the get task endpoint.
Page number (minimum: 1)
Number of items per page (minimum: 1)
List of simplified task objects
Unique identifier for the task
Original task instructions
Final output or result from the task
Current status of the task
ISO 8601 timestamp of task creation
ISO 8601 timestamp of task completion
URL to view live task execution
Total number of pages available
Current page number
Number of items per page
Total number of tasks across all pages
The API uses offset-based pagination:
Tasks are ordered by creation date (newest first). This ensures that recently created tasks appear at the top of the list.
This endpoint is useful for:
This endpoint returns simplified task objects for performance. Use the individual task endpoint to get complete task details including steps and browser data.