---
title: "Get an order's basic validation results"
method: GET
path: "/orders/{order_id}/validation/stats"
tags: ["Orders"]
---

# Get an order's basic validation results

`GET /orders/{order_id}/validation/stats`

Fetch the basic validation results for a specific order.

## Path parameters

- `order_id` string, required

## Headers

- `version-datavant` string — Version of the Orders API to use with this call

## Response `200`

Successful Response

- OrderValidationResponse — Order validation results.
  - `valid` integer, required — Number of validated rows.
  - `failed` integer, required — Number of failed rows.
  - `copied` integer, required — Number of copied rows.
  - `in_progress` integer, required — Number of in progress rows. -1 if not calculated yet.
  - `validation_failures_threshold` integer — Max failure percent to dispatch with validation errors by default.
  - `tenant_name` string — Tenant name.

## Other responses

- `400` — Bad Request
- `404` — Not Found
- `422` — Unprocessable Entity

---

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