Get Sync Status
When the assistant last looked at everyone’s calendars, and when it next will (2026-08-13).
Discovery is a */15 cron, and until now that was invisible: a rep whose meeting was not in AnyCRM yet had no way to tell whether it was coming in two minutes or never. Both answers look identical from the outside, which is the same blindness the meeting page’s status bar exists to end.
Read from TEMPORAL rather than assumed from the cron string, and that is
the whole point of the endpoint. The next quarter-hour is trivial to
compute in the browser — but a paused schedule, an unregistered one, or a
Temporal we cannot reach all still land on the same quarter hour, and the
UI would announce a check that is never going to happen. running: false
is the answer that matters here; the timestamp is the easy part.
Declared above /{meeting_id} so the literal path is not read as an id.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Response
Successful Response
The response is of type Response Get Sync Status Meetings Sync Status Get · object.