---
title: "Check Delegation Status"
method: GET
path: "/dns/v2/analyze/{name}/delegation-status"
tags: ["Analyze"]
---

# Check Delegation Status

`GET /dns/v2/analyze/{name}/delegation-status`

Returns delegation status for specified domain name.
This endpoint has rate limit.

## Path parameters

- `name` string, required

## Response `200`

DelegationStatusResponse

- DelegationStatusScanResult
  - `authoritative_name_servers` NameServer[]
    - `ipv4Addresses` string[]
    - `ipv6Addresses` string[]
    - `name` string
  - `gcore_authorized_count` integer
  - `is_whitelabel_delegation` boolean
  - `non_gcore_authorized_count` integer
  - `zone_exists` boolean

## Other responses

- `400` — Error message response

---

[API](https://skmtc.dev/g-core/apis/gcore-openapi.md) · [All operations](https://skmtc.dev/g-core/apis/gcore-openapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/g-core/gcore-openapi/revisions/09e652815095/schema)
