list_files_on_integration
Retrieve a list of files from a cloud integration or storage gateway. Supports pagination with a cursor to navigate through large result sets.
Instructions
List files on any integration (cloud or MASV Storage Gateway). Supports pagination — if more results are available, a cursor is returned; pass it back in the next call to get the next page.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Directory path/prefix to list files from | |
| cursor | No | Pagination cursor returned from a previous call. Pass this to retrieve the next page of results. | |
| integrationId | Yes | ID of the cloud or storage gateway integration |