Trigger processing for a check run

Starts or re-starts processing for the given run. Returns immediately with a task ID — poll GET /check/runs/{id} for status updates.

Authentication

AuthorizationBearer

Pyramid API key (prefix with “Bearer ”)

Path parameters

idstringRequiredformat: "uuid"

Request

This endpoint expects an object.
reprocessbooleanOptionalDefaults to false

Re-process all requirements even if already completed

skip_breakdownbooleanOptionalDefaults to false

Skip sub-requirement breakdown step

Response

Processing triggered
request_idstringformat: "uuid"

Server-generated per-request UUID. Also sent as X-Request-Id response header. Include in support tickets.

successany
dataobject
paginationobject

Present only on list endpoints. Top-level (not nested inside data).

Errors

401
Unauthorized Error
404
Not Found Error
409
Conflict Error