Query the processing status of a bulk batch with per-record details, filtering, and pagination.
include_balances.
reference_id you provided when scheduling the batch to query status.include_balances=true enriches records with account_details.application/json."success" for successful queries.records array contains:
| Field | Type | Description |
|---|---|---|
id | integer | Unique identifier for this record |
consent_id | string | The consent ID |
status | string | Record status (see Row Status Values) |
retry_eligible | string | Retry eligibility (Yes, No, YesWithModifications) |
session_id | string | FI request session ID (if request was made) |
error | object | Error details (if failed) |
account_details | array | Present only if include_balances=true |
| Status | Description |
|---|---|
READY | Batch accepted and ready for processing |
IN_PROGRESS | Records are being processed |
COMPLETED | All records processed successfully |
FAILED | Batch-level failure |
| Status | Description |
|---|---|
READY | Record validated, ready for processing |
IN_PROGRESS | FI request sent, awaiting response |
COMPLETED | Data fetched successfully |
FAILED | Processing failed |
| Value | Description | Action |
|---|---|---|
Yes | Can retry as-is | Retry without changes |
No | Cannot retry (permanent failure) | Review error and fix source issue |
YesWithModifications | Can retry with changes | Apply suggested modifications before retry |
reference_id does not exist:
404 Not Found