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

auth0 forms list

List your existing forms. To create one, run: auth0 forms create.

Usage

auth0 forms list [flags]

Examples

  auth0 forms list
  auth0 forms ls
  auth0 forms ls --number 100
  auth0 forms ls --json
  auth0 forms ls --csv

Flags

      --csv            Output in csv format.
      --json           Output in json format.
      --json-compact   Output in compact json format.
  -n, --number int     Number of forms to retrieve. Fetched across pages. (default 100)

Inherited Flags

      --agent-mode      Output JSON, disable prompts and colors. Auto-enabled for AI agents; set AUTH0_AGENT_MODE=false to disable.
      --debug           Enable debug mode.
      --no-color        Disable colors.
      --no-input        Disable interactivity.
      --tenant string   Specific tenant to use.