v50

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

Get an Event Subscription

Return information about an event subscription.

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

Response

Success.

OR

Example response

{
  "name": "onNewEmployee",
  "type": "DATABASE",
  "function_id": "5eea9ca4ca0e356e2c2a148a",
  "config": {
    "operation_types": [
      "INSERT"
    ],
    "database": "HR",
    "collection": "employees",
    "service_id": "5adeb649b8b998486770ae7c",
    "match": {},
    "project": {},
    "full_document": true
  },
  "event_processors": {
    "FUNCTION": {
      "config": {
        "function_id": "6841b8d3e71dc81bed89dbba",
        "function_name": "Atlas_Triggers_DatabaseInsert_1749137618"
      }
    }
  }
}