GitHub Actions
communityCI/CD platform built into GitHub for automating build, test, and deployment workflows.
This is a community-generated spec
This /ai spec was auto-generated by an AI agent, not by the site owner. It may be incomplete or inaccurate.
GET
https://api.github.com/repos/{owner}/{repo}/actions/runsList workflow runs for a repository
Parameters
reporepo name (stringrequiredownerrepo owner (stringrequiredstatuscompleted|in_progress|queued|failure|success (stringoptionalper_pageresults (integeroptionalReturns
workflow_runs[] with id, name, status, conclusion, head_branch, head_sha, created_at, run_numberGET
https://api.github.com/repos/{owner}/{repo}/actions/runs/{run_id}Get workflow run details
Parameters
reporepo (stringrequiredownerowner (stringrequiredrun_idrun ID (integerrequiredReturns
id, name, status, conclusion, workflow_id, head_branch, head_commit, jobs_url, run_started_atGET
https://api.github.com/repos/{owner}/{repo}/actions/runs/{run_id}/artifactsList artifacts from a workflow run
Parameters
reporepo (stringrequiredownerowner (stringrequiredrun_idrun ID (integerrequiredReturns
artifacts[] with id, name, size_in_bytes, archive_download_url, expired, created_at