auth0 actions list
List your existing actions. To create one, run: auth0 actions create.
Use ‘–schema’ to see available query parameters. Use ‘–query’ to filter results via a JSON object (any API-supported parameter works immediately).
Usage
auth0 actions list [flags]
Examples
auth0 actions list
auth0 actions ls
auth0 actions ls --json
auth0 actions ls --json-compact
auth0 actions ls --csv
auth0 actions list --schema
auth0 actions list --schema --json
auth0 actions list --query '{"triggerId":"post-login"}'
auth0 actions list --query '{"deployed":"true"}' --json
Flags
--csv Output in csv format.
--json Output in json format.
--json-compact Output in compact json format.
-q, --query string Filter actions with a JSON object of query parameters (e.g. '{"triggerId":"post-login"}'). Any API-supported parameter works immediately. Run '--schema' to see documented parameters.
--schema Print the request payload schema for this command and exit. Use with --json or --json-compact for machine-readable output.
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.
Related Commands
- auth0 actions create - Create a new action
- auth0 actions delete - Delete an action
- auth0 actions deploy - Deploy an action
- auth0 actions diff - Show diff between two versions of an Actions
- auth0 actions list - List your actions
- auth0 actions modules - Manage action modules
- auth0 actions open - Open the settings page of an action
- auth0 actions show - Show an action
- auth0 actions update - Update an action