---
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-01-22** `31b67b8faa21` — 1 breaking, 1 warning, 1 info
  - 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 the optional property `runner_configs/additionalProperties/datacenters/additionalProperties/allOf[subschema #2]/protocol_version` from the response with the `200` status
  - 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`

[Change 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/31b67b8faa21/schema)
