list_files
List Arc files with optional filters, pagination, and sorting to locate specific files. Specify properties like ConnectorId or Size to narrow results for monitoring and management.
Instructions
List Arc files 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., "ConnectorId eq 'MyConnector'" or "Size gt 1024") | |
| select | No | Comma-separated list of properties to include (e.g., 'ConnectorId,Filename,Size') | |
| orderby | No | Order results by property (e.g., 'TimeCreated DESC' or 'Filename ASC') |