---
title: "Get all automation runs for a task"
method: GET
path: "/v1/tasks/{taskId}/automations/runs"
tags: ["Task Automations"]
---

# Get all automation runs for a task

`GET /v1/tasks/{taskId}/automations/runs`

Get all automation runs for a task in Betayum. Create, version, run, and inspect automated evidence collection workflows attached to compliance tasks.

## Path parameters

- `taskId` string, required

## Response `200`

Automation runs retrieved successfully

- object[]
  - `id` string
  - `status` 'PENDING' | 'RUNNING' | 'COMPLETED' | 'FAILED'
  - `trigger` 'MANUAL' | 'SCHEDULED' | 'EVENT'
  - `createdAt` string, date-time
  - `completedAt` string, date-time, nullable
  - `error` object, nullable

---

[API](https://skmtc.net/om-network/apis/betayum-api.md) · [All operations](https://skmtc.net/om-network/apis/betayum-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/om-network/betayum-api/versions/1c5403653ecf/schema)
