v50

latestOpenAPI 3.1.0raw.githubusercontent.com2025-06-09181183330.0 KB
event-subscriptions

Get the Latest Event Subscription Execution

Return information about the most recent execution of an event subscription.

get/groups/{groupId}/apps/{appId}/event_subscriptions/{eventSubscriptionId}/execution

Response

Success.

dataobject
resource_idobject
completed_atobject

The last time a batch was processed from the event stream.

The value of completed_at should be relatively close to the current time. If completed_at is not updating over time, it might mean that the event processor (e.g. Device Sync) is down or stuck.

cluster_timeobject

The time of the latest event in the most recently processed batch.

If the value of cluster_time is significantly earlier than the completed_at time, the event processor (e.g. Device Sync) is lagging behind the event.