v56

latestOpenAPI 3.0.0raw.githubusercontent.com2026-08-014121451.1 MB
Integrations

Run a check for a task

Run a check for a task in Comp AI. Connect vendor systems, configure OAuth apps, run compliance checks, sync employees, manage variables, and collect automated evidence.

post/v1/integrations/tasks/{taskId}/run-check

Path parameters

taskIdstring required

Request body

organizationIdstring

Auto-resolved from your API key / session. You can omit this; it is ignored by the server.

connectionIdstring required

ID of the integration connection that owns the check (call list-connections to find it).

checkIdstring required

ID of the integration check to run (from the provider manifest — call list-checks-for-task to find available ones).

Example request

{
  "connectionId": "conn_abc123",
  "checkId": "aws-s3-bucket-public-access"
}