Automations
Required scope: automations:read
Authorization
bearerAuth AuthorizationBearer <token>
A Space API key, e.g. wks_live_….
In: header
Response Body
application/json
{}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"}