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
List workflows

