v1

latestOpenAPI 3.0.42026-08-04342835917.6 KB
Billing
Reconciliation

Returns the status and results of a reconciliation job.

get/billing/reconciliation/{jobId}

Path parameters

jobIdstring required

The unique identifier of the reconciliation job.

Response

OK

jobIdstring required

The unique identifier of the reconciliation job.

billingIdstring required

The billing item identifier this job reconciles.

bulkReconciliationIdstring nullable

The bulk reconciliation identifier if this job was created as part of a bulk operation.

state'Pending' | 'Running' | 'Completed' | 'Failed' required
timestampMode'UseResponseCreatedAt' | 'UseReconciliationTime' required
rapidsProcessedinteger required

The total number of rapids processed.

rapidsUpdatedinteger required

The number of rapids that were updated.

rapidsAlreadyCorrectinteger required

The number of rapids that were already correct.

rapidsFailedinteger required

The number of rapids that failed during reconciliation.

responsesProcessedinteger required

The total number of responses processed.

correctionsCreatedinteger required

The number of correction entries created.

responsesAlreadyCorrectinteger required

The number of responses that were already correct.

responsesFailedinteger required

The number of responses that failed during reconciliation.

errorMessagestring nullable

The error message if the job failed.

completedAtstring date-time nullable

The timestamp when the job completed.

createdAtstring date-time required

The timestamp when the job was created.

createdByIdstring uuid required

The identifier of the user who created the job.

createdByMailstring required

The email of the user who created the job.