---
title: "GET /runner-configs"
method: GET
path: "/runner-configs"
tags: ["runner_configs::list"]
---

# GET /runner-configs

`GET /runner-configs`

## Query parameters

- `namespace` string, required
- `limit` integer
- `cursor` string
- `variant` 'serverless' | 'normal'
- `runner_names` string
- `runner_name` string[]

## Response `200`

- RunnerConfigsListResponse
  - `pagination` Pagination, required
    - `cursor` string, nullable
  - `runner_configs` object, required

## Changes

- **2026-06-03** `6ce2a0b5c732` — 2 breaking, 1 info
  - the response property `runner_configs/additionalProperties/datacenters/additionalProperties/allOf[#/components/schemas/RunnerConfig]/allOf[subschema #2]/drain_on_version_upgrade` became nullable for the status `200`
  - added `subschema #1, subschema #2` to the `runner_configs/additionalProperties/datacenters/additionalProperties/allOf[#/components/schemas/RunnerConfig]/allOf[#/components/schemas/RunnerConfigKind]/` response property `oneOf` list for the response status `200`
  - removed `subschema #1, subschema #2` from the `runner_configs/additionalProperties/datacenters/additionalProperties/allOf[#/components/schemas/RunnerConfig]/allOf[#/components/schemas/RunnerConfigKind]/` response property `oneOf` list for the response status `200`
- **2026-04-13** `bd120235d360` — 2 info
  - added the optional property `runner_configs/additionalProperties/datacenters/additionalProperties/allOf[#/components/schemas/RunnerConfig]/allOf[#/components/schemas/RunnerConfigKind]/oneOf[subschema #2]/serverless/drain_grace_period` to the response with the `200` status
  - added the optional property `runner_configs/additionalProperties/datacenters/additionalProperties/allOf[subschema #2]/protocol_version` to the response with the `200` status
- …earlier changes not shown

[Full history](https://skmtc.dev/rivet-dev/apis/rivet-api-public/changes/runner-configs/get.md)

---

[API](https://skmtc.dev/rivet-dev/apis/rivet-api-public.md) · [All operations](https://skmtc.dev/rivet-dev/apis/rivet-api-public/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/rivet-dev/rivet-api-public/revisions/a22e2e3f6322/schema)
