WAKATODOCS

Automations

GET
/automations

Required scope: automations:read

Authorization

bearerAuth
AuthorizationBearer <token>

A Space API key, e.g. wks_live_….

In: header

Response Body

application/json

{}
POST
/automations/{id}/run

Required scope: automations:run

Triggers the automation as a manual run. The automation must be enabled and belong to this Space. Returns 202 — the run executes asynchronously via the automation engine.

Authorization

bearerAuth
AuthorizationBearer <token>

A Space API key, e.g. wks_live_….

In: header

Path Parameters

id*string

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

{}
{  "error": "string"}