---
title: "Get runner version end-of-life schedule for an enterprise"
method: GET
path: "/enterprises/{enterprise}/actions/runners/deprecations/{version}"
tags: ["enterprise-admin"]
---

# Get runner version end-of-life schedule for an enterprise

`GET /enterprises/{enterprise}/actions/runners/deprecations/{version}`

Gets the end-of-life schedule for a specific runner version in an enterprise. Returns the runner version
and the dates when registration and runtime support will end.

OAuth app tokens and personal access tokens (classic) need the `manage_runners:enterprise` scope to use this endpoint.

## Path parameters

- `enterprise` 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-3.md) · [All operations](https://skmtc.net/github/apis/github-v3-rest-api-3/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/github/github-v3-rest-api-3/versions/dc0584ac4e13/schema)
