globus_transfer_list_directory
List the contents of a directory on a Globus collection. Retrieve files and folders at a specified path with pagination support.
Instructions
List contents of a directory on a Globus Transfer collection
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Path to a directory | |
| limit | Yes | Maximum number of results to return. | |
| offset | Yes | Zero based offset into the result set. | |
| collection_id | Yes | ID of the collection |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | Set of transfer file data | |
| limit | Yes | Maximum number of results to return. | |
| offset | Yes | Zero based offset into the result set. |