Skip to main content
Traffic Health surfaces the operational health of the domains and IPs behind your tracking and conversion links — uptime, SSL, DNS and expiry incidents, blocklist reputation, the remediation tasks that need your attention, the hosting and certificate configuration each domain resolves to, and the ISPs whose traffic to a domain is declining.
Traffic Health has two tiers. Both tools work on any network with Traffic Health enabled, but some resources and includes need Traffic Health Premium — marked below, and listed in full under Free vs. Premium. A Premium request on a non-Premium network does not error: it returns an empty result with an explanatory note. If Traffic Health is not enabled at all, both tools return INVALID_ARGUMENT: Traffic Health is not enabled for this network.

list_traffic_health

Lists Traffic Health resources network-wide, or scoped to a single domain. Set type to choose the resource; omit domain for a network-wide list, or pass it to scope to one domain. Requires: Traffic Health (Read Only) Ask for it: “Which of my tracking domains have open remediation tasks?” · “Is any ISP’s traffic to my domains dropping?” Parameters Example
Resource types Returns Every call returns a uniform wrapper: Gotchas
  • Only uptime_incidents and domain_reputations truly paginate. hosting and ssl_certificates carry the total/has_more/page envelope but return a single bounded page. domains, tasks, ip_reputations and isp_trends return the full set and omit those fields. When has_more is true on a paginated type, page with page or narrow with domain, status, or from/to.
  • Parameters that don’t apply to the chosen type return an error, not silence. Passing page/page_size to a non-paginated type, domain to a type that isn’t domain-scoped, or expires_within_days to anything but domains/ssl_certificates returns INVALID_ARGUMENT naming the types that do accept it.
  • An empty isp_trends result means nothing is declining — not that there is no traffic. Only declining pairs are returned, and only when yesterday is down against all three comparison days.
  • Timestamps are UTC — formatted strings, YYYY-MM-DD HH:MM:SS (e.g. 2026-12-22 14:08:06). The one exception is the assignmentsusage window on the other tool, which follows the network timezone. Fields are omitted when unset.
  • For a domain’s identity and config (ID lookup, primary/assignable flags, redirect settings) rather than its health, use get_entity/list_entities with type=tracking_domain — that works on networks without Traffic Health too.
Item fields by type
A single object — not wrapped in the list envelope.
hostingssl_certificates
domain_reputationsip_reputationsThe remediation object turns a flag into an action — it’s the vendor-catalog detail behind the listing. The whole object is omitted when the catalog has no entry for the vendor; individual fields are omitted when blank.

get_traffic_health_domain

Returns the full Traffic Health picture for one domain in a single call — its current situation, plus on request its incidents, tasks, reputation, and configuration. Requires: Traffic Health (Read Only) Ask for it: “What’s going on with track.acme.com, and what’s at risk if it goes down?” Parameters Example
Includes Returns The situation summary is always returned, with or without include: Each requested include is added under its own key: The assignmentsusage object reports the domain’s traffic and revenue over the trailing 90 days — the practical blast radius if the domain goes down: Gotchas
  • Only monitored domains resolve here. A domain that appears in list_traffic_health(type=domains) but isn’t monitored returns INVALID_ARGUMENT: Domain with url … is not present in list of monitored domains.
  • The usage window follows the network timezone, unlike the UTC timestamps everywhere else in Traffic Health. It carries its own timezone field so the two can’t be confused.

Free vs. Premium

A Premium-only request on a network without Premium returns an empty result and a note, rather than an error:

Learn more about Traffic Health

See the Everflow Helpdesk for what Traffic Health monitors, when to use it, and how to act on domain incidents and tasks.