Retrieve all people of interest discovered across your tracked accounts
| Header | Required | Description |
|---|---|---|
Authorization | Yes | Bearer ctgo_your_api_key_here |
| Parameter | Required | Description |
|---|---|---|
since | No | ISO 8601 timestamp. Only return people discovered after this time. Useful for polling for new results. Example: 2026-03-24T00:00:00Z |
data array containing all discovered people of interest, sorted newest first.
| Field | Type | Description |
|---|---|---|
id | integer | Unique identifier for this person of interest |
platform | string | Social platform (currently "x") |
profilePlatformUserId | string | The person’s user ID on the platform |
sourceType | string | How they were discovered: "new_follower" or "fast_post_liker" |
sourcePostId | string or null | Post ID if discovered via a liked post |
discoveredAt | string | ISO 8601 timestamp of first discovery |
lastSeenAt | string | ISO 8601 timestamp of most recent observation |
trackedAccount | object | The tracked account they engaged with |
trackedAccount.id | integer | Tracked account ID |
trackedAccount.handle | string | Tracked account handle |
profile | object | Profile information from the platform |
profile.displayName | string | Display name |
profile.handle | string | Username/handle |
profile.bio | string | Bio/description |
profile.profileImageUrl | string | Profile image URL |
profile.followerCount | integer | Number of followers |
profile.followingCount | integer | Number following |
profile.tweetCount | integer | Number of posts |
profile.isVerified | boolean | Verification status |
profile.accountCreatedAt | string | ISO 8601 account creation date |
profile.profileFetchedAt | string | ISO 8601 when profile was last fetched |
classification | object | AI-generated classification data |
classification.gender | string or null | Inferred gender |
classification.followerCountTier | string or null | Follower count bracket (e.g. "nano", "micro", "macro") |
classification.classifiedLabels | object | Key-value pairs of category to label arrays (e.g. {"job_role": ["CEO"], "job_industry": ["Technology"]}) |
feedback | string or null | "good", "bad", or null (not yet rated) |