list-network-volumes
List your network volumes (persistent storage attachable to pods) with pagination support via limit and cursor parameters.
Instructions
List your network volumes (persistent storage attachable to pods). Paginated via limit/cursor.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of items to return (default 20, max 100). Use the returned nextCursor to fetch the next page. | |
| cursor | No | Opaque pagination cursor from a previous response (nextCursor). Omit to start from the beginning. |