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

# ## Datacenter Round Trips

`GET /actors/names`

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

## Query parameters

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

## Response `200`

- ActorsListNamesResponse
  - `names` object, 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)
