Skip to content
GitLab

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.

List all domains in the platform.

Examples:

Terminal window
# List all domains
akili domain list
# As JSON
akili domain list --json

Show details for a specific domain, including product count and description.

Arguments:

ArgumentTypeRequiredDescription
namestringyesDomain name

Examples:

Terminal window
# Get domain details
akili domain get finance
# As JSON
akili domain get finance --json

List all data products that belong to a specific domain.

Arguments:

ArgumentTypeRequiredDescription
namestringyesDomain name

Examples:

Terminal window
# List products in a domain
akili domain products finance
# As JSON
akili domain products finance --json