Skip to main content
GET
Get active signals for a geo ID
Returns active geo-scoped signal rows for one geo_id. Use this for a location-level read of hotspot or velocity-style signals that are already computed for that geography. For narrative examples and interpretation guidance, see Signals & Methodology.

Required input

  • geo_id (path, required)

Optional input

  • signal_keys (query, CSV list)

Example request

Response shape

  • geo_id, geo_type, state
  • count
  • signals[] with signal_key, value, score, confidence, decision, reasons, computed_at
  • missing_signal_keys[]

Authorizations

X-API-Key
string
header
required

Path Parameters

geo_id
string
required
Example:

"geo_city_0200d4df17d3b8cd84c6"

Query Parameters

signal_keys
string

Optional CSV list of signal keys.

Example:

"roofing_activity_hotspot,hvac_activity_hotspot"

Response

Signal rows and missing key diagnostics.

geo_id
string
required
geo_type
enum<string> | null
required
Available options:
property,
jurisdiction,
city,
zip,
county,
state,
null
state
string
required
count
integer
required
Required range: x >= 0
signals
object[]
required
missing_signal_keys
string[]
required