latestOpenAPI 3.0.0raw.githubusercontent.com2026-08-14409129967.7 KB

95679a9aa625

Task Automations

Append evidence rows to an existing Google Spreadsheet

Append evidence rows to an existing Google Spreadsheet in Betayum. Create, version, run, and inspect automated evidence collection workflows attached to compliance tasks.

post/v1/tasks/{taskId}/automations/{automationId}/google-sheets/{spreadsheetId}/append

Path parameters

taskIdstring required

Task ID

automationIdstring required

Automation ID

spreadsheetIdstring required

Google Sheets spreadsheet ID

Request body

titlestring

Title to use for the task attachment snapshot

rowsstring[] required

Row data to append to the spreadsheet

Example request

{
  "title": "Access Review Log",
  "rows": [
    [
      "projects/my-project",
      "compliant",
      "2026-07-12T14:00:00Z"
    ]
  ]
}