Run a DNS Intelligence check against a domain
POST/v1/dns-lookup/dns-intelligence/run
Issues a NATS request to the dns-intelligence worker and returns the typed reply. Verdicts are returned as data; only transport, worker, and protocol failures map to non-2xx.
Request
Responses
- 200
- 400
- 422
- 502
- 503
- 504
Unknown check or worker rejected the request shape.
Worker reported INVALID_INPUT.
Worker INTERNAL or protocol decode failure.
NATS unreachable or no worker subscribed.
Request or worker deadline exceeded.