get: tags: - admin summary: Get peers by service description: Returns information about relay peers in node's gossip network, grouped by shards. operationId: getRelayPeers responses: '200': description: Successful service peers response content: application/json: schema: type: array items: $ref: "./schemas/apitypes.yaml#/PeersOfShard" '500': description: Internal server error. content: text/plain: type: string