Queue an explore run to classify cached profiles against a saved search
runId that you can poll via the sync status endpoint.
Explore lets you re-classify previously fetched profiles against a different saved search. This is useful for finding people who match a new set of criteria without triggering a full sync. Explore runs asynchronously and has a monthly budget per tracked account based on tier.
| Header | Required | Description |
|---|---|---|
Authorization | Yes | Bearer ctgo_your_api_key_here |
Content-Type | Yes | application/json |
| Field | Type | Required | Description |
|---|---|---|---|
savedSearchId | integer | Yes | The saved search to classify against |
trackedXAccountId | integer | Yes | The tracked account whose cached profiles to explore |
triggerSyncFirst | boolean | No | If true, triggers a discovery sync before running the explore. Default: false. |
runId.