describe
Options
TEXT
required
ID of the training job.
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
Show a job’s interactive sessionsFilter output with --jq
Print the first replica’s auth URL
Output
Text mode (--output text): Table with columns: REPLICA, SESSION, AUTH URL, EXPIRES. When no session is live, prints “No interactive sessions found.” to stderr.
JSON mode (--output json): payload type managementapi.GetAuthCodesResponse.