---
title: "GET /p2p/replicators"
method: GET
path: "/p2p/replicators"
tags: ["p2p"]
---

# GET /p2p/replicators

`GET /p2p/replicators`

List peer replicators

## Response `200`

Replicators

- Replicator[]
  - `CollectionIDs` string[]
  - `Info` object
    - `Addrs` array[]
      - unknown[]
        - unknown
    - `ID` string
  - `LastStatusChange` string, date-time
  - `Status` integer

## Other responses

- `400` — error
- `default`

## Changes

- **2025-07-03** `526b9d489f94` — 1 warning, 1 info
  - removed the optional property `items/Schemas` from the response with the `200` status
  - added the optional property `items/CollectionIDs` to the response with the `200` status
- **2025-06-02** `60812f5416c5` — 3 warning, 3 info
  - removed the optional property `items/Addresses` from the response with the `200` status
  - removed the optional property `items/CollectionIDs` from the response with the `200` status
  - removed the optional property `items/ID` from the response with the `200` status
  - api operation id `list_peer_replicators` removed and replaced with `peer_replicator_list`
  - …2 more

[Change history](https://skmtc.dev/sourcenetwork/apis/defradb-api/changes/p2p/replicators/get.md)

---

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