Skip to main content
GET
List a check run's results

Authorizations

X-API-Key
string
header
required

API key for authentication

Path Parameters

taskId
string
required
runId
string
required

Query Parameters

passed
string

Return only failing (false) or only passing (true) rows. Omit for both.

Example:

"false"

offset
string

Rows to skip within the filtered stream. Defaults to 0. Paging is bounded at 100000 rows per stream; a deeper offset is rejected with 400 rather than silently returning an earlier page. The last page inside the bound reports limitReached: true with hasMore: false when the stream still holds rows past it — export the run report to read those.

Example:

"0"

limit
string

Rows per page (max 200). Defaults to 50.

Example:

"50"

Response

200 - undefined