- 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
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
Authentication
All Workflows endpoints require authentication. Include your API key in theAuthorization header:
These APIs are for platform management of Workflows (listing and reading).
To run workflows, use the Model APIs or workflow execution
endpoints.