Skip to main content
GET
List dangling DNS findings.

Authorizations

X-API-Key
string
header
required

Infrawatch API key. Supply the complete key directly as the header value.

Path Parameters

project_uuid
string<uuid>
required

Query Parameters

limit
integer
default:100
Required range: 1 <= x <= 500
offset
integer
default:0

Offset plus limit must not exceed the 10,000-finding result window.

Required range: 0 <= x <= 9999
lifecycle
enum<string>
default:active

Select active detector findings, resolved history, or a deduplicated union where a current active episode wins.

Available options:
active,
resolved,
all
q
string
Maximum string length: 256
sort
enum<string>[]

Field to order by. Repeat to order by several, applied left to right so a later field breaks ties in an earlier one. An unrecognised field is rejected rather than ignored, so a sort either applies or fails loudly. Ordering spans the whole result set rather than the page returned, and every order ends with a stable tiebreak so paging cannot skip a finding. The last three name the findings table's own columns and are aliases: finding orders by entry_host, signal by confidence, evidence by service.

Available options:
start,
last_seen,
entry_host,
apex_domain,
terminal_host,
provider,
service,
type,
confidence,
claimable,
finding,
signal,
evidence
direction
enum<string>[]

Direction for the sort field at the same position. Omitted, time and severity fields order newest or highest first and the rest order A-Z. Confidence orders by severity rather than alphabetically, where high would otherwise sit between low and medium.

Available options:
asc,
desc
finding_uuid
string<uuid>

Exact normalized finding UUID, used to deep-link to one project-scoped record.

logical_id
string
Maximum string length: 512
rule_id
string[]

Repeat or comma-separate for multi-select filtering.

Maximum array length: 25
Maximum string length: 256
apex_domain
string[]

Repeat or comma-separate for multi-select filtering.

Maximum array length: 25
Maximum string length: 256
entry_host
string[]

DNS owner name where the exposed path starts. Repeat or comma-separate for multi-select filtering.

Maximum array length: 25
Maximum string length: 256
entry_record_type
string[]

Record type at the exposed entry point. Repeat or comma-separate for multi-select filtering.

Maximum array length: 25
Maximum string length: 32
rcode
string[]

Repeat or comma-separate for multi-select filtering.

Maximum array length: 25
Maximum string length: 64
answer_kind
string[]

Repeat or comma-separate for multi-select filtering.

Maximum array length: 25
Maximum string length: 64
answer_ip
string[]

Repeat or comma-separate for multi-select filtering.

Maximum array length: 25
Maximum string length: 128
entry_target
string

Case-insensitive substring of the entry record target.

Maximum string length: 256
type
string[]

Repeat or comma-separate for multi-select filtering.

Maximum array length: 25
Maximum string length: 64
state_status
enum<string>[]

Customer-facing state after merging the normalized Postgres lifecycle state. Repeat or comma-separate for multi-select filtering.

Maximum array length: 25
Available options:
open,
accepted,
resolved,
ignored,
false_positive
confidence
string[]

Repeat or comma-separate for multi-select filtering.

Maximum array length: 25
Maximum string length: 64
domain_available
string[]

Repeat or comma-separate for multi-select filtering.

Maximum array length: 25
Maximum string length: 64
service
string
Maximum string length: 256
provider
string[]

Canonical provider family supplied by the matched rule. Repeat or comma-separate for multi-select filtering.

Maximum array length: 25
Maximum string length: 256
terminal_host
string
Maximum string length: 256
terminal_domain
string[]

Registrable domain at the terminal risk boundary. Repeat or comma-separate for multi-select filtering.

Maximum array length: 25
Maximum string length: 256
claimable
boolean
start_from
string<date-time>
start_to
string<date-time>

Response

Dangling DNS findings.

findings
object[]
required
pagination
object
required