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

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

`GET /orgs/{org}/actions/runners/deprecations/{version}`

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

Authenticated users must have admin access to the organization to use this endpoint.

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

## Path parameters

- `org` 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/ghec.md) · [All operations](https://skmtc.net/github/apis/ghec/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/github/ghec/revisions/8ae6d0c8716e/schema)
