list_storage_paths
Find where documents are stored on disk. Filter and paginate storage paths to locate specific locations by name or list all available paths.
Instructions
List all storage paths with optional filtering and pagination. Storage paths define where documents are stored on disk.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (1-based) | |
| ordering | No | ||
| page_size | No | Number of items per page | |
| name__iexact | No | ||
| name__icontains | No | ||
| name__iendswith | No | ||
| name__istartswith | No |