Task Automations
Get all automation runs for a task
Retrieve all evidence automation runs across automations for a specific task
get/v1/tasks/{taskId}/automations/runs
Path parameters
taskIdstring required
Example:tsk_abc123def456
Task ID
Response
Automation runs retrieved successfully
Example response
[
{
"id": "ear_abc123def456"
}
]