- List workflows - Paginated list of your workflows with optional search and filtering
- Get workflow details - Retrieve a specific workflow by owner and name, including its full definition
- Create workflow - Create a new workflow owned by the authenticated user
Available Operations
The Platform APIs provide the following endpoints for Workflows:List Workflows
List workflows for the authenticated user with optional search and filtering
by endpoint
Get Workflow Details
Get detailed information about a specific workflow, including its full
definition
Create Workflow
Create a new workflow owned by the authenticated user
Authentication
All Workflows endpoints require authentication. Include your API key in theAuthorization header:
These APIs are for platform management of Workflows (creating, listing,
and reading). To run workflows, use the Model APIs or workflow
execution endpoints.

