---
title: "Returns the status and results of a reconciliation job."
method: GET
path: "/billing/reconciliation/{jobId}"
tags: ["Billing", "Reconciliation"]
---

# Returns the status and results of a reconciliation job.

`GET /billing/reconciliation/{jobId}`

## Path parameters

- `jobId` string, required

## Response `200`

OK

- GetReconciliationStatusEndpointOutput
  - `jobId` string, required — The unique identifier of the reconciliation job.
  - `billingId` string, required — The billing item identifier this job reconciles.
  - `bulkReconciliationId` string, 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
  - `rapidsProcessed` integer, required — The total number of rapids processed.
  - `rapidsUpdated` integer, required — The number of rapids that were updated.
  - `rapidsAlreadyCorrect` integer, required — The number of rapids that were already correct.
  - `rapidsFailed` integer, required — The number of rapids that failed during reconciliation.
  - `responsesProcessed` integer, required — The total number of responses processed.
  - `correctionsCreated` integer, required — The number of correction entries created.
  - `responsesAlreadyCorrect` integer, required — The number of responses that were already correct.
  - `responsesFailed` integer, required — The number of responses that failed during reconciliation.
  - `errorMessage` string, nullable — The error message if the job failed.
  - `completedAt` string, date-time, nullable — The timestamp when the job completed.
  - `createdAt` string, date-time, required — The timestamp when the job was created.
  - `createdById` string, uuid, required — The identifier of the user who created the job.
  - `createdByMail` string, required — The email of the user who created the job.

## Other responses

- `400` — Bad Request
- `401` — Unauthenticated
- `403` — Forbidden

---

[API](https://skmtc.net/rapidata/apis/rapidata-api.md) · [All operations](https://skmtc.net/rapidata/apis/rapidata-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/rapidata/rapidata-api/revisions/fdb89a6eb2fb/schema)
