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

auth0 forms export

Export a form as JSON. Writes to stdout by default (pipe-friendly) or to a file with --output. The output uses the same envelope as the Auth0 Dashboard (version, form, flows, connections), bundling the flows and vault connections the form references with portable #FLOW-N#/#CONN-N# placeholders, so it can be imported by the CLI or opened in the Dashboard.

Usage

auth0 forms export [flags]

Examples

  auth0 forms export <form-id>
  auth0 forms export <form-id> --output ./form.json
  auth0 forms export <form-id> --json-compact
  auth0 forms export <form-id> | auth0 forms import

Flags

      --json-compact    Output in compact json format.
  -o, --output string   Path to write the exported form. Writes to stdout when omitted.

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.