list_control_accounts
Retrieve all control accounts with storage, sub-account counts, and billing details. Use filters by ID, name, status, or email to find specific accounts.
Instructions
List all Control Accounts within your permissions. Returns account details including storage allocation, sub-account counts, and billing information.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Filter by Control 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 | |
| includeApiKey | No | Include API keys in response. WARNING: Returns sensitive credentials. Defaults to false. | |
| controlAccountEmail | No | Filter by account email | |
| governanceAccountId | No | Filter by Governance Account ID | |
| includeDeletedSubAccounts | No | Include deleted sub-accounts in counts |