> ## Documentation Index
> Fetch the complete documentation index at: https://doc.lucidworks.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Get nodeshosts



## OpenAPI

````yaml /api-reference/4.2/service-nodes.json get /nodes/hosts
openapi: 3.0.0
info:
  version: 4.2.6-rc1
  title: Fusion Service nodes
servers:
  - url: /api/apollo/
security: []
tags:
  - name: nodes
paths:
  /nodes/hosts:
    get:
      tags:
        - 4.2 Nodes API
      operationId: hosts
      responses:
        '200':
          description: successful operation
          headers: {}
          content:
            application/json:
              schema:
                type: array
                items:
                  type: string

````