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/v1/task/{taskId}/executions
Path parameters
taskIdstring uuid required
The ID of the task
Query parameters
pagestring
Page number
limitstring
Number of results per page
status'success' | 'failure' | 'timeout' | 'cancelled'
Filter by execution status
versionstring
Filter by task version
Response
Task executions retrieved successfully