Skip to main content Link Menu Expand (external link) Document Search Copy Copied

auth0 domains list

List your existing custom domains. To create one, run: auth0 domains create.

Usage

auth0 domains list [flags]

Examples

  auth0 domains list
  auth0 domains ls
  auth0 domains ls --json
  auth0 domains ls --json-compact
  auth0 domains ls --csv
  auth0 domains ls --filter "domain:demo* AND status:pending_verification"

Flags

      --csv             Output in csv format.
      --filter string   Filter custom domains (EA-only).
      --json            Output in json format.
      --json-compact    Output in compact json format.
      --sort string     Sort by a field (EA-only). Only 'domain' is supported.

Inherited Flags

      --debug           Enable debug mode.
      --no-color        Disable colors.
      --no-input        Disable interactivity.
      --tenant string   Specific tenant to use.