Overview
Thefetch_workflows function retrieves a list of AI workflows with optional filtering and pagination support.
Function Signature
Parameters
Optional configuration for filtering and pagination:
page: Page number for pagination (optional)per_page: Number of results per page (optional)search: Search query to filter workflows (optional)is_active: Filter workflows by active status (optional)
Return Value
ReturnsResult<WorkflowListResponse> containing:
data: Vector ofAiWorkflowobjectshas_more: Boolean indicating if more results are available
Basic Usage
Advanced Usage
Error Handling
Rate Limits
- List operations: 100 requests per minute
- Burst limit: 10 requests per second
Related Functions
- create_workflow - Create a new AI workflow
- fetch_workflow - Get workflow by ID
- update_workflow - Update workflow configuration
- delete_workflow - Delete workflow
