cURL
curl --request GET \ --url https://api.geogen.io/v1/entities/tracking-status \ --header 'Authorization: Bearer <token>'
200
scheduled
{ "success": true, "data": { "scheduled": true, "lastCheckCompletedAt": "2026-03-06T10:00:00.000Z", "nextCheckScheduledAt": "2026-03-07T10:00:00.000Z", "isProcessing": false, "frequencyHours": 24 } }
Get the mention check status for an entity. Returns when the last check completed, when the next check is scheduled, and whether a check is currently in progress. Useful for syncing — poll this endpoint to know when new data is available.
API key authentication. Format: Bearer wsk_your_api_key
Entity ID
Tracking status retrieved successfully
Show child attributes