---
title: "List self-hosted runners in a group for an enterprise"
method: GET
path: "/enterprises/{enterprise}/actions/runner-groups/{runner_group_id}/runners"
tags: ["enterprise-admin"]
---

# List self-hosted runners in a group for an enterprise

`GET /enterprises/{enterprise}/actions/runner-groups/{runner_group_id}/runners`

Lists the self-hosted runners that are in a specific enterprise group.

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

## Path parameters

- `enterprise` string, required
- `runner_group_id` integer, required

## Query parameters

- `per_page` integer
- `page` integer

## Response `200`

Response

- object
  - `total_count` number, required
  - `runners` Runner[], required
    - `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/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)
