# Get the Latest Event Subscription Execution **GET /groups/{groupId}/apps/{appId}/event_subscriptions/{eventSubscriptionId}/execution** Return information about the most recent execution of an event subscription. ## Servers - The root API resource and starting point for the App Services API.: https://services.cloud.mongodb.com/api/admin/v3.0 (The root API resource and starting point for the App Services API.) ## Authentication methods - Token auth ## Parameters ### Path parameters - **groupId** (string) An Atlas [Project/Group ID](https://docs.atlas.mongodb.com/tutorial/manage-projects/). - **appId** (string) The ObjectID of your application. [The App Services API Project and Application IDs section](#section/Project-and-Application-IDs) demonstrates how to find this value. - **eventSubscriptionId** (string) The unique `_id` value of an event subscription. ## Responses ### 200 Success. #### Body: application/json (object) - **data** (object) - **resource_id** (object) - **completed_at** (object) 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_time** (object) 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. [Powered by Bump.sh](https://bump.sh)