Skip to main content

list

List the training projects your teams can access, newest first.

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, none
TEXT
Use a specific stored profile for this command, overriding BASETEN_PROFILE and the current profile
BOOL
Enable verbose logging

Examples

List your training projects

Filter 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.