v1

latestOpenAPI 3.1.0Apache-2.02026-07-226091175.5 KB
Automations

Get automation

Get one runnable workflow or agent automation by id or typed alias.

get/api/v1/automations/{id}

Path parameters

idstring required

Workflow id, agent id, or typed alias like workflows.slug / agents.slug

Workflow id, agent id, or typed alias like workflows.slug / agents.slug

Response

Automation

idstring required

Implementation id for the automation. Workflow automations use workflow ids; agent automations use agent workflow ids.

type'workflow' | 'agent' required
slugstring required
namestring nullable required
descriptionstring nullable
statusstring
versionstring nullable
implementationAvailableboolean

False when the automations registry row exists but the workflow/agent implementation row is missing.

inputSchemaobject nullable
outputSchemaobject nullable
All 60 operations