---
title: "POST /v2/{+name}:checkConsistency"
method: POST
path: "/v2/{+name}:checkConsistency"
tags: ["projects"]
---

# POST /v2/{+name}:checkConsistency

`POST /v2/{+name}:checkConsistency`

Checks replication consistency based on a consistency token, that is, if replication has caught up based on the conditions specified in the token and the check request.

## Path parameters

- `name` string, required

## Request body

- CheckConsistencyRequest — Request message for google.bigtable.admin.v2.BigtableTableAdmin.CheckConsistency
  - `consistencyToken` string — Required. The token created using GenerateConsistencyToken for the Table.
  - `dataBoostReadLocalWrites` DataBoostReadLocalWrites — Checks that all writes before the consistency token was generated in the same cluster are readable by Databoost.
  - `standardReadRemoteWrites` StandardReadRemoteWrites — Checks that all writes before the consistency token was generated are replicated in every cluster and readable.

## Response `200`

Successful response

---

[API](https://skmtc.net/google/apis/bigtableadmin.md) · [All operations](https://skmtc.net/google/apis/bigtableadmin/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/google/bigtableadmin/versions/d59c83bbbf1e/schema)
