Task Automations
Get all automation runs for a task
Get all automation runs for a task in Betayum. Create, version, run, and inspect automated evidence collection workflows attached to compliance tasks.
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"
}
]