---
title: "Report Subdomains Status"
method: GET
path: "/report/{domain}/subdomains-status"
---

# Report Subdomains Status

`GET /report/{domain}/subdomains-status`

Cache-only subdomain state for the report-page live update.

Reads ONLY the Redis cache — never triggers an upstream call — so the page can
poll it cheaply (zero rate-limit burn) and drop in the fuller result the moment
background enrichment lands. Public (under the /report/ auth-bypass prefix).

## Path parameters

- `domain` string, required

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/oti-labs/apis/domain-intelligence-api.md) · [All operations](https://skmtc.net/oti-labs/apis/domain-intelligence-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/oti-labs/domain-intelligence-api/versions/2db38cc8922e/schema)
