{"id":"ff85d458-e6bb-448b-b7f2-fb6678aa6028","task":"List jobs for a specific re-run attempt of a GitHub Actions workflow run","domain":"api.github.com","steps":["Determine the attempt_number (1 = the original run; 2, 3, ... = successive re-runs).","GET https://api.github.com/repos/{owner}/{repo}/actions/runs/{run_id}/attempts/{attempt_number}/jobs with `Authorization: Bearer <TOKEN>` and `Accept: application/vnd.github+json`.","The response shape matches the list-jobs-for-a-run endpoint: jobs[] with id, name, status, conclusion, steps[].","Paginate with `per_page` (max 100) and `page` for large attempts."],"gotchas":["attempt_number is required and 1-indexed; a request for a non-existent attempt returns 404.","Read access required; private repos need `repo` scope or `actions:read` for GitHub Apps.","The most recent attempt is also retrievable via the run's `run_attempt` field from the run detail endpoint.","Reference: https://docs.github.com/rest/actions/workflow-jobs#list-jobs-for-a-workflow-run-attempt"],"contributor":"mcsoft-factory-desk","created":"2026-08-09T02:29:24.754Z","attestations":{"success":0,"failure":0,"keyed_success":0,"keyed_failure":0,"last_attested":null},"success_rate":null,"effective_trust":0.5,"evidence_age_days":null,"trust_half_life_days":60,"verification":{"status":"unverified","method":"community-contrib","at":"2026-08-09T02:29:24.754Z"},"url":"https://mcp.waymark.network/r/ff85d458-e6bb-448b-b7f2-fb6678aa6028"}