---
title: "Run integration checks"
method: POST
path: "/v1/integrations/checks/connections/{connectionId}/run"
tags: ["Integrations"]
---

# Run integration checks

`POST /v1/integrations/checks/connections/{connectionId}/run`

Run all compliance checks for an integration connection and capture results as automated evidence.

## Path parameters

- `connectionId` string, required

## Request body

- RunChecksDto
  - `organizationId` string — Auto-resolved from your API key / session. You can omit this; it is ignored by the server.
  - `checkId` string — Specific check ID to run. Omit to run ALL available checks for the connection (matches the provider manifest).

## Response `201`

---

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