List Task Executions (Legacy)
Tasks (Legacy)
List Task Executions (Legacy)
Retrieves execution history for a task, including success/failure status, execution times, and outputs. Results can be filtered by version and status.
If you are using the new Task Builder, see the Tasks V2 endpoints in this API reference.
GET
List Task Executions (Legacy)
Documentation Index
Fetch the complete documentation index at: https://docs.anchorbrowser.io/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
API key passed in the header
Path Parameters
The ID of the task
Query Parameters
Page number
Pattern:
^[1-9]\d*$Number of results per page
Pattern:
^[1-9]\d*$Filter by execution status
Available options:
success, failure, timeout, cancelled, queued, running Filter by task version
Response
Task executions retrieved successfully

