run_id.
Commands
Run custom evals
Run selected custom eval definitions:--eval-ids, Lightsage uses the custom eval set configured for your organization. You can override configured coding-agent targets for a one-off run:
batch_id, a dispatch_id, and the individual executions in runs. Use each child run_id with lightsage get run and lightsage get trace.
List eval executions
dashboard_url containing your organization ID and the selected run ID.
Get a run
status, stage, and elapsed_seconds. When the result is persisted, result_id is populated and trace_available becomes true.
Statuses include pending, running, completed, failed, cancelled, and interrupted.
Get a trace
trace_available: false with the current status, stage, and elapsed time. After completion, the response includes the prompt, response, tool calls, conversation turns, execution output, generated files, and exit code when available.