list_logs
Retrieve Arc logs with filtering, field selection, sorting, and pagination to find specific events.
Instructions
List Arc logs 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 'Error'" or "ConnectorId eq 'MyConnector'") | |
| select | No | Comma-separated list of properties to include (e.g., 'Id,Type,Message') | |
| orderby | No | Order results by property (e.g., 'Timestamp DESC' or 'Type ASC') |