イベント サブスクリプションの最新の実行に関する情報を返します。
Atlas Project/Group ID。
アプリケーションの ObjectID。App Services API プロジェクトとアプリケーション ID のセクションでは、この値を見つける方法が示されています。
イベント サブスクリプションのユニークな _id 値。
curl \
--request GET 'https://services.cloud.mongodb.com/api/admin/v3.0/groups/{groupId}/apps/{appId}/event_subscriptions/{eventSubscriptionId}/execution' \
--header "Authorization: Bearer $ACCESS_TOKEN"
{
"data": {},
"resource_id": {},
"completed_at": {},
"cluster_time": {}
}