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"
}
]Changes
Changed in 1 of the 51 revisions of this API.1
- ●
deleted the
headerrequest parameterX-Organization-Idrequest-parameter-removed
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●