---
title: "Get runner version end-of-life schedule for a repository"
method: GET
path: "/repos/{owner}/{repo}/actions/runners/deprecations/{version}"
tags: ["actions"]
---

# Get runner version end-of-life schedule for a repository

`GET /repos/{owner}/{repo}/actions/runners/deprecations/{version}`

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.

## Path parameters

- `owner` string, required
- `repo` string, required
- `version` string, required

## Response `200`

Response

- object
  - `runner_version` string, required — The runner version string.
  - `registration_deprecates_at` string, date-time, nullable — The date after which this runner version can no longer register. Null if no schedule is set.
  - `runtime_deprecates_at` string, date-time, nullable — The date after which jobs will no longer be dispatched to runners on this version.

---

[API](https://skmtc.net/github/apis/github-v3-rest-api-2.md) · [All operations](https://skmtc.net/github/apis/github-v3-rest-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/github/github-v3-rest-api-2/versions/8ae6d0c8716e/schema)
