Fetch a paginated list of AI workflows
fetch_workflows
function retrieves a list of AI workflows with optional filtering and pagination support.
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)Result<WorkflowListResponse>
containing:
data
: Vector of AiWorkflow
objectshas_more
: Boolean indicating if more results are available