Workflows
Workflow CRUD, execution, presets, and metrics
📄️ List workflows
List workflows
📄️ Create a workflow
Create a workflow
📄️ Batch fetch workflows by IDs or slugs
Batch fetch workflows by IDs or slugs
📄️ List workflow presets
List workflow presets
📄️ Get a specific workflow preset
Get a specific workflow preset
📄️ Get workflow consumption metrics across all workflows
Get workflow consumption metrics across all workflows
📄️ Get a workflow by ID
Get a workflow by ID
📄️ Update a workflow
Update a workflow
📄️ Delete a workflow
Delete a workflow
📄️ Get a workflow by slug
Get a workflow by slug
📄️ Run a workflow asynchronously
Enqueues the workflow for execution and returns immediately with the created job. Poll the job status or use the SSE stream endpoint to track progress.
📄️ Run a workflow synchronously
Enqueues the workflow and blocks until completion, failure, or timeout. The response includes the final job result.
📄️ Get the latest job for a workflow
Get the latest job for a workflow
📄️ List all jobs for a workflow
List all jobs for a workflow
📄️ Get execution metrics for a workflow
Get execution metrics for a workflow