Overview
TheWorkflowListResponse struct represents the response returned when fetching a paginated list of AI workflows.
Definition
Fields
A vector containing the AI workflows for the current page. Each workflow is represented by an
AiWorkflow struct.Indicates whether there are more workflows available beyond the current page. Used for pagination.
Usage Example
Related Types
- AiWorkflow - The AI workflow model
- ListWorkflowsOptions - Query options for listing workflows
See Also
- fetch_workflows - API method that returns this type
- create_workflow - Create a new AI workflow
- fetch_workflow - Get a specific workflow by ID
