Docs target current release v0.7.0.v0.7.1 is under review

tine ls

List indexed local artifacts with optional filters. Results include status, model, step count, cost, tags, and path.

Terminal
tine ls --limit 20
tine ls --status failed --model claude
tine ls --cost-min 0.01 --cost-max 0.50
tine ls --since 2026-06-01 --until 2026-06-30

Machine-readable listing

Terminal
tine ls --status failed --limit 20 --json

Introduced in v0.5, --json emits exactly one object with command, count, and a runs array using the same applied filters. A bad filter prevents a result, so the CLI reports it as human-readable text and exits nonzero rather than emitting partial JSON.

Index behavior

The index at .tine_runs/index.json is rebuildable from artifacts with tine reindex. It is a lookup sidecar, not the durable record.

Use tine search for the query DSL and tag-driven workflows.