Command

nylas workflow list

List workflows

Written by Qasim Muhammad Staff SRE

What does nylas workflow list do?

The nylas workflow list command lists workflows. It is part of the Hosted Workflows commands, which automated workflows triggered by Nylas events (e.g., bookings). Use --json for structured output in scripts and automation.

Usage

nylas workflow list

Flags

FlagDescription
--grant-id stringGrant ID or email for grant-scoped workflows
--limit int(-n)Maximum number of items to show
--page-token stringPage token for pagination
--scope stringWorkflow scope: app or grant
--jsonOutput as JSON
--no-colorDisable color output
--verbose(-v)Enable verbose output
--configCustom config file path
--help(-h)Show help for the command
--yes(-y)Skip confirmations

Examples

The nylas workflow list command lists workflows.

JSON output for scripting

nylas workflow list --json

Limit the number of results

nylas workflow list --limit 10 --json

Troubleshooting

Command not found or fails

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

Recommended guides

Run nylas workflow list --help for full help output.