Command

nylas notetaker list

List all notetakers

Written by Qasim Muhammad Staff SRE

What does nylas notetaker list do?

The nylas notetaker list command lists all notetakers. It is part of the Notetaker (AI Meeting Bot) commands, which manage Nylas Notetaker bots that join Zoom, Google Meet, and Teams to record and transcribe. Use --json for structured output in scripts and automation.

Usage

nylas notetaker list

Flags

FlagDescription
--limit int(-l)Maximum number of notetakers to return
--state stringFilter by state (scheduled, connecting, attending, complete, cancelled, failed)
--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 notetaker list command lists all notetakers.

JSON output for scripting

nylas notetaker list --json

Limit the number of results

nylas notetaker 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 notetaker list --help for full help output.