list_sub_accounts
Get a paginated list of sub-accounts under your permissions, showing account details, storage, and parent info. Filter by name, ID, status, or include deleted accounts.
Instructions
List all Sub-Accounts (Wasabi Console accounts) within your permissions. Returns account details, storage allocation, and parent account information.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Filter by Sub-Account ID | |
| name | No | Filter by account name | |
| page | No | Page number (default: 1) | |
| size | No | Items per page (default: 100) | |
| status | No | Filter by account status | |
| includeKeys | No | Include access/secret keys in response. WARNING: Returns sensitive credentials. Defaults to false. | |
| includeDeleted | No | Include deleted sub-accounts | |
| controlAccountId | No | Filter by Control Account ID | |
| wasabiAccountName | No | Filter by Wasabi account name/email | |
| governanceAccountId | No | Filter by Governance Account ID | |
| wasabiAccountNumber | No | Filter by Wasabi account number |