Skip to main content
GET
Get an ICP signal watch

Authorizations

Authorization
string
header
required

Account API key passed in the Authorization header

Path Parameters

icpCriteriaID
string
required

ICP criteria UUID.

Query Parameters

account_id
string

Target account UUID. Required for staff; ignored for customer keys.

Response

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.