---
title: "Get a self-hosted runner for an organization"
method: GET
path: "/orgs/{org}/actions/runners/{runner_id}"
tags: ["actions"]
---

# Get a self-hosted runner for an organization

`GET /orgs/{org}/actions/runners/{runner_id}`

Gets a specific self-hosted runner configured in an organization.

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. If the repository is private, the `repo` scope is also required.

## Path parameters

- `org` string, required
- `runner_id` integer, required

## Response `200`

Response

- Runner — A self hosted runner
  - `id` integer, required — The ID of the runner.
  - `runner_group_id` integer — The ID of the runner group.
  - `name` string, required — The name of the runner.
  - `os` string, required — The Operating System of the runner.
  - `status` string, required — The status of the runner.
  - `busy` boolean, required
  - `labels` RunnerLabel[], required
    - `id` integer — Unique identifier of the label.
    - `name` string, required — Name of the label.
    - `type` 'read-only' | 'custom' — The type of label. Read-only labels are applied automatically when the runner is configured.
  - `ephemeral` boolean
  - `version` string, nullable — The version of the GitHub Actions Runner software. This is only set if the runner has connected to the service at least once.

---

[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)
