list_reports
List Arc reports with optional filters, sorting, and pagination. Use OData expressions to find and retrieve specific reports.
Instructions
List Arc reports 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., "Type eq 'Summary'") | |
| select | No | Comma-separated list of properties to include (e.g., 'Name,Type,CreatedTime') | |
| orderby | No | Order results by property (e.g., 'CreatedTime DESC' or 'Name ASC') |