list_connectors
Retrieve Arc connectors with options to filter, sort, select fields, and paginate using OData queries.
Instructions
List Arc connectors 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 'AS2'" or "Enabled eq true") | |
| select | No | Comma-separated list of properties to include (e.g., 'ConnectorId,Name,Type') | |
| orderby | No | Order results by property (e.g., 'Name ASC' or 'ConnectorId DESC') |