Returns the history of all sync runs for the authenticated user
| Header | Required | Description |
|---|---|---|
Authorization | Yes | Bearer ctgo_your_api_key_here |
| Field | Type | Description |
|---|---|---|
id | integer | Sync run ID |
trackedXAccountId | integer | The tracked account that was synced |
xHandle | string | X handle of the tracked account |
source | string | "manual" or "cron" (scheduled) |
status | string | "queued", "running", "completed", or "failed" |
triggeredAt | string | ISO 8601 timestamp of when the sync was triggered |
completedAt | string or null | ISO 8601 completion timestamp |
newFollowersCount | integer | New followers discovered |
existingFollowersCount | integer | Existing followers re-crawled plus backfilled |
likersCount | integer | Fast post likers discovered |
candidatesPassedCount | integer | Candidates that passed all filters |
tierFilteredCount | integer | Candidates filtered out by tier |
genderFilteredCount | integer | Candidates filtered out by gender |
enrichedCount | integer | Profiles enriched with detailed data |
filteredOutCount | integer | Profiles filtered out during enrichment |
errorMessage | string or null | Error message if the sync failed |
searchLabel | string or null | Name of the saved search used |
progressLog | array | Ordered list of progress messages |