get: summary: Get node info description: Retrieve information about a Logos Delivery node. operationId: getNodeInfo tags: - debug responses: '200': description: Information about a Logos Delivery node. content: application/json: schema: $ref: './schemas/apitypes.yaml#/WakuInfo' '4XX': description: Bad request error. '5XX': description: Unexpected error.