---
title: "Get all runners"
method: GET
path: "/admin/actions/runners"
tags: ["admin"]
---

# Get all runners

`GET /admin/actions/runners`

## Query parameters

- `disabled` boolean

## Response `200`

RunnerList

- ActionRunnersResponse — ActionRunnersResponse returns Runners
  - `runners` ActionRunner[]
    - `busy` boolean
    - `disabled` boolean
    - `ephemeral` boolean
    - `id` integer
    - `labels` ActionRunnerLabel[]
      - `id` integer
      - `name` string
      - `type` string
    - `name` string
    - `status` string
  - `total_count` integer

## Other responses

- `400` — APIError is error format response
- `404` — APINotFound is a not found empty response

---

[API](https://skmtc.net/gitea/apis/gitea-api.md) · [All operations](https://skmtc.net/gitea/apis/gitea-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/gitea/gitea-api/versions/350de506cefa/schema)
