v1

latestOpenAPI 3.0.42026-08-04342835917.6 KB
Billing
Reconciliation

Returns the aggregated status and results of all reconciliation jobs in a bulk operation.

get/billing/reconciliation/bulk/{bulkReconciliationId}

Path parameters

bulkReconciliationIdstring required

The correlation identifier returned from the bulk reconcile endpoint.

Response

OK

bulkReconciliationIdstring required

The bulk reconciliation identifier for the bulk operation.

dispatchState'Dispatching' | 'Completed' | 'Failed' required
expectedTotalinteger required

The expected total number of billing items to dispatch.

dispatchCompletedAtstring date-time nullable

The timestamp when dispatching finished. Null if still dispatching.

totalJobsinteger required

The total number of reconciliation jobs in this bulk operation.

pendingJobsinteger required

The number of jobs in Pending state.

runningJobsinteger required

The number of jobs in Running state.

completedJobsinteger required

The number of jobs in Completed state.

failedJobsinteger required

The number of jobs in Failed state.

rapidsProcessedinteger required

The total number of rapids processed across all jobs.

rapidsUpdatedinteger required

The total number of rapids updated across all jobs.

rapidsAlreadyCorrectinteger required

The total number of rapids already correct across all jobs.

rapidsFailedinteger required

The total number of rapids that failed across all jobs.

responsesProcessedinteger required

The total number of responses processed across all jobs.

correctionsCreatedinteger required

The total number of corrections created across all jobs.

responsesAlreadyCorrectinteger required

The total number of responses already correct across all jobs.

responsesFailedinteger required

The total number of responses that failed across all jobs.

createdAtstring date-time required

The timestamp when the bulk operation was created.

completedAtstring date-time nullable

The timestamp when all jobs completed. Null if not fully complete.