v50

latestOpenAPI 3.0.0raw.githubusercontent.com2026-06-15367117899.6 KB
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

idstring
status'PENDING' | 'RUNNING' | 'COMPLETED' | 'FAILED'
trigger'MANUAL' | 'SCHEDULED' | 'EVENT'
createdAtstring date-time
completedAtstring date-time nullable
errorobject nullable

Example response

[
  {
    "id": "ear_abc123def456"
  }
]