list_transactions
Retrieve Arc transactions with optional filtering, sorting, and pagination to monitor connector activity.
Instructions
List Arc transactions 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., "Status eq 'Success'" or "ConnectorId eq 'MyConnector'") | |
| select | No | Comma-separated list of properties to include (e.g., 'Id,Status,ConnectorId') | |
| orderby | No | Order results by property (e.g., 'StartTime DESC' or 'Id ASC') |