olira ingest
Upload and manage historical data ingestion jobs. Requires the sdk:historical-ingest
scope (or an active Console session). See the
historical backfill guide for the full workflow.
Subcommands: upload, list, status, confirm, cancel, retry-backfill.
| Subcommand / flag | Description |
|---|---|
upload <file> | Upload JSONL and create a job (pauses at review unless --no-confirm) |
list | List ingestion jobs (--page, --page-size, --status) |
status <job_id> | Job detail; --watch to tail progress |
confirm <job_id> | Confirm at AWAITING_CONFIRMATION; optional --summary-types, --no-backfill, --watch |
cancel <job_id> | Cancel a job; --yes to skip prompt |
retry-backfill <job_id> | Retry view backfill on COMPLETED_WITH_ERRORS jobs |

