Command

nylas dashboard apps list

List your Nylas applications.

Written by Qasim Muhammad Staff SRE

What does nylas dashboard apps list do?

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. Select an application with `nylas dashboard apps use` to target it for API key generation and CLI operations.

Usage

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

Flags

FlagDescription
--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
--regionFilter by region (us or eu)

Examples

The nylas dashboard apps list command displays all Nylas applications in your account with their IDs, names, regions, and environments.

List all applications

nylas dashboard apps list

List US applications only

nylas dashboard apps list --region us

Example output

APPLICATION ID   NAME              REGION   GRANTS
app_abc123       Production App    us       1,284
app_def456       Staging App       us       37
app_ghi789       EU Pilot          eu       12

3 applications

Troubleshooting

No applications found

Create one with `nylas dashboard apps create --name 'My App' --region us`.

Recommended guides

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