Skip to content

dt job runs

Overview

List all runs

Synopsis

dt job runs [OPTIONS] 

Options

  • -f, --filter=<filter>
    Filter expression, e.g. "state = running and type = batch"

  • -s, --sort=<sort>
    Sort expression: +field for ASC, -field for DESC

  • -o, --offset=<offset>
    Offset to start showing results (default 0)

  • -b, --batch-size=<batch-size>
    Retrieve up to batch-size results (default 100)

  • -u, --utc
    Show times in UTC

  • -j, --json
    Output as JSON

  • -p, --pretty
    Pretty print results

Examples

List all runs

dt job runs

Filter by state

dt job runs -f "state = running"

Filter with multiple conditions

dt job runs -f "type = batch and state = finished"

Filter and sort by submit time descending

dt job runs -f "name starts_with my-" -s "-submit_time"

SEE ALSO

← Back to dt job