Workflows
List workflows
Retrieve all workflows for your project. Workflows are returned ordered by creation time (newest first). Use query parameters to filter by status, name, or creation date.
Common use cases:
- List all active workflows ready for execution
- Find workflows by partial name match
- Audit workflow creation over time
GET
List workflows
Authorizations
Query Parameters
Filter by workflow status (draft, active, or archived)
Available options:
draft, active, archived Case-insensitive substring search on workflow name
Only return workflows created on or after this timestamp
Only return workflows created on or before this timestamp
Response
Workflows retrieved successfully
List of workflows for the project
Previous
Create workflowCreate a new workflow in draft status. You can provide a minimal definition (just a start node) and build out the workflow later, or provide a complete workflow definition with all nodes and edges.
After creating a workflow, you can:
1. Update the definition to add more nodes/edges
2. Create triggers to specify when the workflow should execute
3. Activate the workflow by changing status to 'active'
Next
List workflows

