# Query message notification server IP addresses (/en/api-reference/api-ref/cloud-recording/get-ncs-ip)

> For AI agents: see the complete documentation index at [llms.txt](/llms.txt).

Queries the IP address or IP address list of the message notification server.

- OpenAPI: /openapi/cloud-recording/cloud-recording.en.yaml
- Operation ID: get-ncs-ip
- Method: GET
- Path: /v1/ncs/ip

## Servers

- https://api.sd-rtn.com

## Parameters

No parameters.

## Request body

No request body.

## Responses

### 200

The request succeeded. You only need to use the `primaryIP` field in the response body.

- `data` (object)
  - `data.service` (object)
    - `data.service.hosts` (array)
      - `data.service.hosts.items` (object)
        - `data.service.hosts.items.primaryIP` (string) - IP address of the Agora message notification server.
No schema.
