list_directory
List the contents of a directory on an XRootD server with support for pagination using offset and limit parameters.
Instructions
List contents of a directory on an XRootD server
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Path to the directory to list | |
| limit | No | Maximum number of entries per page (default: 1000). Use with offset for pagination through large directories. | |
| offset | No | Starting index for pagination (default: 0). Use with limit to retrieve subsequent pages. | |
| server | No | Name of the XRootD server to use (default: first configured server) |