Skip to main content
GET
List ICP signal watches

Authorizations

Authorization
string
header
required

Account API key passed in the Authorization header

Query Parameters

account_id
string

Target account UUID. Required for staff callers; ignored for customer API keys (they always read their own account).

Response

object[] | null

OK

created_at
string<date-time>
required

When the watch was first created.

icp_criteria_id
string
required

The ICP whose matching companies are watched.

id
string
required

Watch UUID. Stable across reconfigurations; every endpoint keys on icp_criteria_id instead, so you rarely need this.

is_enabled
boolean
required

When false the watch keeps detecting and recording events but delivers nothing — useful to inspect what an ICP would produce before acting on it.

news_topics
string[] | null
required

News topics this watch searches. Empty means every supported topic.

Example:
signal_types
string[] | null
required

Signal types this watch produces.

Example:
updated_at
string<date-time>
required

When the watch was last reconfigured.