Skip to main content
Use the reconciliations command to list reconciliation runs and their status against upload batches on Core. Use it after imports or scheduled jobs to confirm a batch finished or to find runs still in progress.
CommandAliasDescription
listlBrowse reconciliation jobs with filters

list

Review reconciliation jobs and their status in a paginated table, including upload batch IDs. Filter with --status or --upload-id when you are tracking a specific import or confirming a run completed.
blnk reconciliations list [options]
Options
OptionTypeDefaultDescription
--{field}stringFilter by any indexed field (for example --status COMPLETED, --upload-id upl_abc123).
-p, --pageinteger1Page number.
--per-pageinteger10Results per page.
-h, --helpbooleanShow help for this command.
Usage
1

List all reconciliations

Run the command to view reconciliations on your Core instance:
blnk reconciliations list
Filter and paginate:
blnk reconciliations list --page 2 --per-page 20
blnk reconciliations list --status COMPLETED --upload-id upl_abc123
┌────────────────   ────────────────   ──────────   ───────   ─────────   ───────────────────────────   ───────────────────────────┐
│ Reconciliation ID │ Upload ID        │ Status     │ Matched │ Unmatched │ Started At                  │ Completed At                │
| ---------------- | ---------------- | ---------- | ------- | --------- | --------------------------- | --------------------------- |
│ rec_a8f2c91d...  │ upl_7b3e4f12...  │ COMPLETED  │     142 │         3 │ 2026-05-23T17:05:12.441201Z │ 2026-05-23T17:05:18.902331Z │
│ rec_2d19e0a4...  │ upl_7b3e4f12...  │ COMPLETED  │      98 │         0 │ 2026-05-22T09:14:01.120000Z │ 2026-05-22T09:14:06.558442Z │
│ rec_f31b8c67...  │ upl_c4a91e55...  │ RUNNING    │      45 │        12 │ 2026-06-04T14:22:33.000000Z │ N/A                         │
└────────────────   ────────────────   ──────────   ───────   ─────────   ───────────────────────────   ───────────────────────────┘
3 results found
Page 1/1