List entity watches
Returns your entity watches for this dataset as a bare JSON array, each with its subject list,
track, config, and all-time usage counters.
Authorizations
API key passed as a Bearer token in the Authorization header.
Headers
API version to use. 2025-11-01 is the only accepted value. Send it on every call: it is
enforced today on POST /watch/{dataset}/search, where a missing or unrecognized value returns
400, and the other watch routes accept a request without it rather than relying on that.
2025-11-01 "2025-11-01"
Path Parameters
The dataset the watch is built on. Entity watches support person and company; there is no
job entity watch, and job returns 404 here. Use /watch/job/search for jobs.
person, company "person"
Query Parameters
Return only watches in this state. Omit to return every state.
active, paused, suspended, expired, cancelled "active"
Watches per page. Values above the maximum are clamped rather than rejected, as is a non-numeric value, which falls back to the default.
1 <= x <= 50050
Number of watches to skip. Negative values are clamped to 0.
x >= 00
Response
Your entity watches for this dataset.
46936
entity "entity"
person, company "person"
"2025-11-01"
"2025-11-01"
active, paused, suspended, expired, cancelled "active"
The records to watch, as a map of identifier type to values. The accepted keys are exactly the ones the dataset's enrich endpoint accepts, and they are resolved to canonical ids when the watch runs. One watch holds up to 50,000 subjects across all keys.
People accept professional_network_profile_urls and business_emails. Companies accept
domains, names, professional_network_profile_urls, and crustdata_company_ids. Company
ids must be positive integers; every other identifier is a non-empty string.
The saved track tree.
- Option 1
- Option 2
Schedule, per-run caps, and data freshness for an entity watch.
One delivery channel. Every channel on a watch receives every notification.
- Option 1
- Option 2
- Option 3
- Option 4
"2026-07-16T03:16:38.351849Z"
"2026-07-16T13:39:18.598964Z"
12
60
"2026-07-16T13:39:18.598964Z"
Related topics
Update an entity watchCreate an entity watchPerson Entity WatcherCompany Entity WatcherTest an entity watch
