get_files_by_connector
Retrieve all files processed by a given connector. Filter by connector ID, limit with top, and order by properties like TimeCreated.
Instructions
Get all files processed by a specific connector
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| top | No | Maximum number of results to return | |
| orderby | No | Order results by property (e.g., 'TimeCreated DESC') | |
| connectorId | Yes | The connector ID to filter files by |