Command

nylas dashboard apps apikeys list

List API keys for active app

Written by Qasim Muhammad Staff SRE

What does nylas dashboard apps apikeys list do?

The nylas dashboard apps apikeys list command lists API keys for active app. It is part of the Dashboard commands, which manage your Nylas account, applications, API keys, and organizations. Use --json for structured output in scripts and automation.

Usage

nylas dashboard apps apikeys list

Flags

FlagDescription
--app stringApplication ID (overrides active app)
--region string(-r)Region (overrides active app)
--jsonOutput as JSON
--no-colorDisable color output
--verbose(-v)Enable verbose output
--configCustom config file path
--help(-h)Show help for the command
--limitLimit results (most list commands)
--yes(-y)Skip confirmations

Examples

The nylas dashboard apps apikeys list command lists API keys for active app.

JSON output for scripting

nylas dashboard apps apikeys list --json

Filter by app

nylas dashboard apps apikeys list --app <value> --json

Troubleshooting

Command not found or fails

Run `nylas auth config` and `nylas auth login` to authenticate first.

Recommended guides

Run nylas dashboard apps apikeys list --help for full help output.