GitHub Actions · Arazzo Workflow
GitHub Actions Inspect Failed Job Logs
Version 1.0.0
Find the latest failed run, list its jobs, get the failing job, and resolve its log download URL.
Provider
Workflows
inspect-failed-job-logs
Resolve the log download URL for a job in the latest failed run.
Locates the most recent failed run, lists its jobs, gets the first job, and resolves a redirect URL to download that job's logs.
1
findFailedRun
List the repository's runs filtered to the failure status and capture the newest failed run id. Branch to the end when there are no failures.
2
listJobs
List the jobs of the failed run and capture the id of the first job.
3
getJob
Fetch the first job to confirm its conclusion and name before pulling its logs.
4
downloadJobLogs
Request the job log file. The API responds with a 302 redirect to a short-lived download URL.
Source API Descriptions
openapi
Arazzo Workflow Specification
Work with this as data
Every workflow here is available over the APIs.io API and to AI agents over MCP.