Skip to content

Getting historic workflows of Github Actions #25037

Discussion options

You must be logged in to vote

Hey @thedarkwriter,

Thanks for being here!  In the UI via the Actions Tab, it’s possible to look at previously executed workflows. I can see how this can be valuable and will add it to the feedback for the team.

In the API, there’s no endpoint for fetching workflows. However, because GitHub Actions creates a check suite per workflow and a check run per executed action in said workflow, someone could use the Checks API to get that information though it’s not as straightforward because it requires the knowledge of a specific SHA:

https://developer.github.com/v3/checks/

I hope this helps!

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Answer selected
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants