aiendpoint.dev
ServicesGitHub Actions

GitHub Actions

community

CI/CD platform built into GitHub for automating build, test, and deployment workflows.

Visit site ↗

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.

https://actions.github.combearerdeveloperconfidence: 90/1000 discoveries1 contributors
GEThttps://api.github.com/repos/{owner}/{repo}/actions/runs

List workflow runs for a repository

Parameters

reporepo name (stringrequired
ownerrepo owner (stringrequired
statuscompleted|in_progress|queued|failure|success (stringoptional
per_pageresults (integeroptional

Returns

workflow_runs[] with id, name, status, conclusion, head_branch, head_sha, created_at, run_number
GEThttps://api.github.com/repos/{owner}/{repo}/actions/runs/{run_id}

Get workflow run details

Parameters

reporepo (stringrequired
ownerowner (stringrequired
run_idrun ID (integerrequired

Returns

id, name, status, conclusion, workflow_id, head_branch, head_commit, jobs_url, run_started_at
GEThttps://api.github.com/repos/{owner}/{repo}/actions/runs/{run_id}/artifacts

List artifacts from a workflow run

Parameters

reporepo (stringrequired
ownerowner (stringrequired
run_idrun ID (integerrequired

Returns

artifacts[] with id, name, size_in_bytes, archive_download_url, expired, created_at