List discovery watches
Returns your discovery watches for this dataset, newest first, as a bare JSON array. Each entry
carries its all-time usage counters (notifications_count, credits_consumed,
last_notified_at) alongside its definition.
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.
person, company, job "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 discovery watches for this dataset.
The watch's id. Use it on every management and run-history path.
47609
discovery "discovery"
person, company, job "job"
"2025-11-01"
Version of the stored config shape.
"2025-11-01"
Lifecycle state. suspended is set by the system, most often for an insufficient
balance, and blocks status changes until it is resolved.
active, paused, suspended, expired, cancelled "active"
The saved filter, as sent at creation.
- Option 1
- Option 2
Schedule and per-run caps for a discovery watch.
The configured channels. A stored channel secret is never returned.
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"
When the watch last ran. null until the baseline run completes.
"2026-08-04T05:32:47.000000Z"
All-time count of records this watch has delivered.
128
All-time credits this watch has spent.
64
When this watch last delivered anything.
"2026-08-04T05:32:47.000000Z"
Related topics
List watch runsCreate a discovery watchGet a discovery watchPerson Discovery WatcherUpdate a discovery watch
