---
title: "GET /api/v1.0/apps/{appId}/hostnamestatus"
method: GET
path: "/api/v1.0/apps/{appId}/hostnamestatus"
tags: ["Apps"]
---

# GET /api/v1.0/apps/{appId}/hostnamestatus

`GET /api/v1.0/apps/{appId}/hostnamestatus`

## Path parameters

- `appId` string, required

## Response `200`

OK

- RestApiResultDnsRecordInformation — Rest api result
  - `Data` DnsRecordInformation, required — Holds the information for the A and CNAME Records of a domain.
    - `IsCNameReady` boolean — indicates whether the CNAME record is ready or not.
    - `IsAReady` boolean — indicates whether the A record is ready or not.
    - `IsApiCNameReady` boolean — indicates whether the API CNAME record is ready or not.

## Other responses

- `400` — BadRequest
- `401` — Authentication has been denied for this request.
- `403` — Successful authentication, but authorization has been denied for this request.
- `404` — Either the App Config was not found or there is no hostname associated to it.

---

[API](https://skmtc.net/flipdish/apis/flipdish-open-api-v1-0.md) · [All operations](https://skmtc.net/flipdish/apis/flipdish-open-api-v1-0/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/flipdish/flipdish-open-api-v1-0/versions/a72c0465da74/schema)
