# Get cross-document comparison results

`GET /omni/cross-doc-data-check/results`

Base URL: `https://demo-api.incodesmile.com` — Incode demo environment

Fetch cross-document data check results for a given interview ID. If no ID is provided, it defaults to the user's ID from the JWT.

## Path & query parameters

| Name | In | Type | Required | Description |
| --- | --- | --- | --- | --- |
| `id` | query | string |  |  |
| `api-version` | header | string | yes |  |

## Responses

### 200

Response contains a map of results with detailed comparison information.

### 400

Bad Request

Response body (`application/json`):

| Field | Type | Required | Description |
| --- | --- | --- | --- |
| `timestamp` | integer (int64) |  | UTC timestamp in milliseconds |
| `status` | integer (int32) |  | Custom error code or HTTP status code |
| `error` | string |  | HTTP status error |
| `message` | string |  | Custom error message |
| `path` | string |  | Endpoint path |
| `details` | object |  | Custom error details |
