Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Github Checks API not showing all of the checks that are showing on Github web page.

Kushagra Behere
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
September 7, 2022

I have 4 checks in my GitHub Enterprise web page.

Out of these 4 checks, 2 are of Jenkins.

When I am hitting Checks REST API, I am getting on 2 checks in the response which are Github checks i.e. Jenkins ones are not coming in response.

Is there any way to get all of these 4 checks using that REST API?

 

API I am using: api/v3/repos/{owner}/{repo}/commits/{ref}/check-runs

1 answer

0 votes
Per Tillisch
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
February 14, 2025

I had a similar confusion. I gained an understanding of my situation from this Stack Overflow answer:

https://stackoverflow.com/a/72312617

When I used the `/repos/{owner}/{repo}/commits/{ref}/status` endpoint, I found the items that were missing from the `pi/v3/repos/{owner}/{repo}/commits/{ref}/check-runs` endpoint.

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PERMISSIONS LEVEL
Product Admin
TAGS
AUG Leaders

Atlassian Community Events