๐๏ธ List workflows
Retrieve a list of workflows for the organization
๐๏ธ Create a new workflow
Creates a new workflow for automated response actions
๐๏ธ Delete workflow
Soft delete a workflow (marks as deleted)
๐๏ธ Get workflow details
Retrieve details of a specific workflow. When include_configuration=true, the response also includes the latest workflow configuration (data_input_config, actions, version, etc.).
๐๏ธ Update workflow
Update a workflow and create a new version
๐๏ธ List workflow versions
Retrieve all versions of a workflow
๐๏ธ Get specific workflow version
Retrieve a specific version of a workflow
๐๏ธ Restore workflow version
Restore a previous version of a workflow as the latest version
๐๏ธ Activate workflow
Activate a workflow to make it operational
๐๏ธ Pause workflow
Pause an active workflow
๐๏ธ Resume workflow
Resume a paused workflow
๐๏ธ Execute workflow
Manually trigger workflow execution
๐๏ธ Internal endpoint for scheduled workflow execution
Internal endpoint invoked by the workflow scheduler (GCP Cloud Scheduler in production, the docker-scheduler in dev) on each cron tick. Publishes a workflow execute event with trigger_source=scheduled. Not intended for external callers.
๐๏ธ Run a read-only Cypher query and return the first 50 rows
Synchronous preview for the Query Workflows UI. Validates the query (same validator as scheduled runs), runs it against the caller's org graph with a 10-second timeout and a hard 50-row cap. Read-only โ write keywords are rejected. Not intended for batch use; use the scheduled-execute path for production reads.