akili domain
Browse and inspect data domains. Domains are organizational groupings for data products, typically aligned with business areas (e.g., finance, sales, logistics). Use these commands to list domains, view details, and see which products belong to each domain.
Commands
Section titled “Commands”akili domain list
Section titled “akili domain list”List all domains in the platform.
Examples:
# List all domainsakili domain list
# As JSONakili domain list --jsonakili domain get <name>
Section titled “akili domain get <name>”Show details for a specific domain, including product count and description.
Arguments:
| Argument | Type | Required | Description |
|---|---|---|---|
name | string | yes | Domain name |
Examples:
# Get domain detailsakili domain get finance
# As JSONakili domain get finance --jsonakili domain products <name>
Section titled “akili domain products <name>”List all data products that belong to a specific domain.
Arguments:
| Argument | Type | Required | Description |
|---|---|---|---|
name | string | yes | Domain name |
Examples:
# List products in a domainakili domain products finance
# As JSONakili domain products finance --json