Returns the current status and result counts for a sync run
| Header | Required | Description |
|---|---|---|
Authorization | Yes | Bearer ctgo_your_api_key_here |
| Parameter | Required | Description |
|---|---|---|
syncRunId | Yes | The sync run ID returned from the sync trigger endpoint |
| Field | Type | Description |
|---|---|---|
id | integer | Sync run ID |
status | string | "queued", "running", "completed", or "failed" |
progressLog | array | Ordered list of progress messages |
completedAt | string or null | ISO 8601 completion timestamp |
newFollowersCount | integer | New followers discovered |
deepCrawlCount | integer | Existing followers re-crawled |
backfilledCount | integer | Profiles backfilled with detailed data |
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 |
errorMessage | string or null | Error message if status is "failed" |