---
title: "Get Site Integration Status"
method: GET
path: "/Sites/{siteId}/Integration/Check"
tags: ["Sites"]
---

# Get Site Integration Status

`GET /Sites/{siteId}/Integration/Check`

Checks and informs the health of the site integration

## Path parameters

- `siteId` integer, required

## Query parameters

- `force` boolean

## Response `200`

Success

- QPilotCoreModelsHealthCheckResult
  - `isSuccess` boolean
  - `errors` QPilotCoreModelsHealthCheckError[], nullable
    - `type` 1000 | 1100 | 1200 | 1210 | 1300
    - `statusCode` integer, nullable
    - `message` string, nullable
    - `detail` string, nullable

---

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