Skip to main content

List Simulations

Output columns: ID, STATUS, RUN, TEST CASE, AUDIO

Get Simulation

Returns full simulation details as JSON including transcript, status, and metadata.

Download Audio

Download or get the audio URL for a simulation recording.
When using -o, a progress bar shows the download status.

List Metrics

List all metric results for a simulation.
Output columns: OUTPUT ID, METRIC ID, STATUS, VALUE, SUBVALUES

Get Metric Detail

Retrieve metric results for a simulation. The second argument accepts two ID types and the output adapts accordingly:
  • 26-char MetricOutput ULID — prints one row (the specific output).
  • 22-char Metric definition ID — prints every output recorded for that metric on the simulation.
By MetricOutput ULID (one row):
By Metric definition ID (one or more rows):

Delete Simulation

Simulation Statuses

When using --filter, use the underscore-separated enum values (e.g., status="IN_PROGRESS").