---
title: "Get the Latest Event Subscription Execution"
method: GET
path: "/groups/{groupId}/apps/{appId}/event_subscriptions/{eventSubscriptionId}/execution"
tags: ["event-subscriptions"]
---

# 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.

## Response `200`

Success.

- 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.

---

[API](https://skmtc.dev/mongodb/apis/mongodb-atlas-app-services-admin-api.md) · [All operations](https://skmtc.dev/mongodb/apis/mongodb-atlas-app-services-admin-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/mongodb/mongodb-atlas-app-services-admin-api/revisions/1365ab72bc03/schema)
