List storage objects (console)
nakama_console_list_storageList storage objects from the Nakama console API. Filter by collection, key, or owner user ID to retrieve specific data.
Instructions
List storage objects via the console API, optionally filtered by collection, key, and/or owner user ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| collection | No | Storage collection name. | |
| key | No | Storage key. | |
| user_id | No | Owner user ID. | |
| cursor | No | Pagination cursor. | |
| auto_paginate | No | Follow cursors and merge all pages. | |
| max_pages | No | Max pages when auto_paginate (default 5). |