---
title: "Get PTR Records"
method: POST
path: "/get/ptr"
tags: ["PTR"]
---

# Get PTR Records

`POST /get/ptr`

This endpoint retrieves the PTR (Reverse DNS) records for specified IP addresses.  
Provide the `signature`, `kvm_id`, `valid_until`, `api_host`, and a JSON-encoded list of IP addresses to query their PTR records.

## Response `200`

PTR records retrieved successfully.

- InlineResponse20019
  - `status` string — The status of the operation.
  - `records` InlineResponse20019Records[]
    - `ip` string — The queried IP address.
    - `ptr_record` string — The PTR record associated with the IP address.

## Other responses

- `400` — Bad Request - The request contains missing or invalid parameters.
- `401` — Unauthorized - The provided session signature is invalid or has expired.
- `500` — Internal Server Error - An unexpected error occurred on the server.

---

[API](https://skmtc.net/edisglobal/apis/edis-global-management-api.md) · [All operations](https://skmtc.net/edisglobal/apis/edis-global-management-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/edisglobal/edis-global-management-api/versions/223263c91ac0/schema)
