v5

latestSwagger 2.0MIT2026-08-03485217850.7 KB
repository

Gets a specific workflow run attempt

get/repos/{owner}/{repo}/actions/runs/{run}/attempts/{attempt}

Path parameters

ownerstring required

owner of the repo

repostring required

name of the repository

runinteger required

id of the run

attemptinteger required

logical attempt number of the run

Response

WorkflowRun

artifacts_urlstring
cancel_urlstring
completed_atstring date-time
conclusionstring
created_atstring date-time
display_titlestring
eventstring
head_branchstring
head_shastring
html_urlstring
idinteger
jobs_urlstring
logs_urlstring
pathstring
previous_attempt_urlstring

PreviousAttemptURL is the API URL of the previous attempt of this run, e.g. ".../actions/runs/{run_id}/attempts/{attempt-1}". It is set only when the current attempt is > 1 (i.e. a rerun). For the first attempt, or for legacy runs that pre-date ActionRunAttempt, it is null.

repository_idinteger
rerun_urlstring
run_attemptinteger

RunAttempt is 1-based for runs created after ActionRunAttempt was introduced. A value of 0 is a legacy-only sentinel for runs created before attempts existed and indicates no corresponding /attempts/{n} resource is available.

run_numberinteger
started_atstring date-time
statusstring
updated_atstring date-time
urlstring