list_files_on_integration
List files from cloud or storage gateway integrations with pagination support. Use a cursor to retrieve subsequent pages when more results are available.
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 |
|---|---|---|---|
| integrationId | Yes | ID of the cloud or storage gateway integration | |
| 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. |