list_flow_apis
List Arc flow APIs using OData filter expressions, property selection, and pagination to get exactly the API information you need.
Instructions
List Arc flow APIs with optional filtering and pagination
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| top | No | Maximum number of results to return | |
| skip | No | Number of results to skip for pagination | |
| filter | No | OData filter expression (e.g., "WorkspaceId eq 'default'") | |
| select | No | Comma-separated list of properties to include (e.g., 'WorkspaceId,Name,Method') | |
| orderby | No | Order results by property (e.g., 'Name ASC') |