GET
/repos/{owner}/{repo}/actions/runners/deprecations/{version}Get runner version end-of-life schedule for a repository
Gets the end-of-life schedule for a specific runner version in a repository. Returns the runner version and the dates when registration and runtime support will end.
Authenticated users must have admin access to the repository to use this endpoint.
OAuth app tokens and personal access tokens (classic) need the repo scope to use this endpoint.
- RetriesRetries up to 2×, 500ms backoff, 30s timeout.
ownerstringrequired
The account owner of the repository. The name is not case sensitive.
repostringrequired
The name of the repository without the `.git` extension. The name is not case sensitive.
versionstringrequired
The runner version to look up.
200Response
runner_versionstringrequired
The runner version string.
registration_deprecates_atstringoptional
The date after which this runner version can no longer register. Null if no schedule is set.
runtime_deprecates_atstringoptional
The date after which jobs will no longer be dispatched to runners on this version.