list
Options
TEXT
Filter JSON output with a jq expression; implies —output json (or jsonl for streamed commands)
TEXT
default:"text"
Output formatOne of:
text, json, jsonl, noneTEXT
Use a specific stored profile for this command, overriding BASETEN_PROFILE and the current profile
BOOL
Enable verbose logging
Examples
List your training projectsFilter output with --jq
Print just the project names
Output
Text mode (--output text): Table with columns: ID, NAME, TEAM, LATEST JOB, LATEST STATUS, CREATED. When there are no projects, prints “No training projects found.” to stderr.
JSON mode (--output json): payload type managementapi.ListTrainingProjectsResponse.