---
title: "List Domain Situations"
method: POST
path: "/networks/traffic/situation/domains"
tags: ["Traffic Health"]
---

# List Domain Situations

`POST /networks/traffic/situation/domains`

Per-domain Traffic Health rollup for every monitored domain — each entry's overall state (`up` / `down`), domain type, and active/resolved incident and blocklist-incident counts (with vendor breakdowns). Send an empty object `{}` for all domains.

## Request body

- SituationFilter — Optional filters. Send an empty object `{}` for the default rollup.

## Response `200`

- object
  - `entries` DomainSituationShort[] — One entry per monitored domain.
    - `network_id` integer
    - `url` string
    - `type` string — Overall state of the domain (`up` or `down`).
    - `domain_type` string — `tracking`, `conversion`, or `third_party`.
    - `active_incident_count` integer
    - `resolved_incident_count` integer
    - `active_blacklist_incident_count` integer
    - `resolved_blacklist_incident_count` integer

---

[API](https://skmtc.net/everflow/apis/everflow-network-api-tracking-domains.md) · [All operations](https://skmtc.net/everflow/apis/everflow-network-api-tracking-domains/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/everflow/everflow-network-api-tracking-domains/revisions/39242cee0e32/schema)
