nylas dashboard apps list: Developer Reference with Examples

Manage your Nylas account without opening a browser. nylas dashboard apps list brings Dashboard...

Qasim Muhammad
Qasim Muhammad
Monday, April 27, 2026 · 2 min read

Manage your Nylas account without opening a browser. nylas dashboard apps list brings Dashboard operations to the terminal.

The nylas dashboard apps list command displays all Nylas applications in your account with their IDs, names, regions, and environments. Use --region to filter by US or EU.

Quick Start

brew install nylas/nylas-cli/nylas
nylas init
nylas dashboard apps list

Syntax

nylas dashboard apps list [--region us|eu]

How It Works

Dashboard commands mirror what you can do in the Nylas web console at dashboard-v3.nylas.com. Manage applications, rotate API keys, and switch organizations without leaving your terminal.

Key Flags

Run nylas dashboard apps list --help to see all available flags. Add --json for machine-readable output — useful when piping into jq or feeding data to scripts.

nylas dashboard apps list --help

Examples

List all applications:

nylas dashboard apps list

List US applications only:

nylas dashboard apps list --region us

Related Commands


Full docs: nylas dashboard apps list reference — all flags, advanced examples, and troubleshooting.

All commands: Nylas CLI Command Reference

Get started: brew install nylas/nylas-cli/nylasother install methods