Returns check runs with the specified name
.
Returns check runs with the specified status
. Can be one of queued
, in_progress
, or completed
.
Allowed values:queuedin_progresscompleted
Filters check runs by their completed_at
timestamp. Can be one of latest
(returning the most recent check runs) or all
.
Allowed values:latestall
Default:latest
Results per page (max 100)
Default:30
Page number of the results to fetch.
Default:1