---
title: "## Datacenter Round Trips"
method: GET
path: "/runners/names"
tags: ["runners"]
---

# ## Datacenter Round Trips

`GET /runners/names`

2 round trips:
- GET /runners/names (fanout)
- [api-peer] namespace::ops::resolve_for_name_global

## Query parameters

- `namespace` string, required
- `limit` integer
- `cursor` string

## Response `200`

- RunnersListNamesResponse
  - `names` string[], required
  - `pagination` Pagination, required
    - `cursor` string, nullable

---

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