Returns someone’s workflow runs. Use the login for the user who created the push
associated with the check suite or workflow run.
Returns workflow runs associated with a branch. Use the name of the branch of the push
.
Returns workflow run triggered by the event you specify. For example, push
, pull_request
or issue
. For more information, see “Events that trigger workflows.”
Returns workflow runs with the check run status
or conclusion
that you specify. For example, a conclusion can be success
or a status can be in_progress
. Only GitHub can set a status of waiting
or requested
. For a list of the possible status
and conclusion
options, see “Create a check run.”
Allowed values:completedaction_requiredcancelledfailureneutralskippedstalesuccesstimed_outin_progressqueuedrequestedwaiting
Results per page (max 100)
Default:30
Page number of the results to fetch.
Default:1
Returns workflow runs created within the given date-time range. For more information on the syntax, see “Understanding the search syntax.”
If true
pull requests are omitted from the response (empty array).
Default:false