v1

latestOpenAPI 3.0.12026-07-24501176.6 MB

Get Event Log (by Request ID)

get/webHooks/eventLog/requestId/{requestid}

Path parameters

requestIdstring required

Pass the generated request ID (X-CAP-REQUEST-ID) of an event to fetch details.

Response

200

{"stackTrail":"paths:/webHooks/eventLog/requestId/{requestid}:get:responses:200:content:application/json:schema:properties:errors","oasType":"schema","type":"unknown"}
{"stackTrail":"paths:/webHooks/eventLog/requestId/{requestid}:get:responses:200:content:application/json:schema:properties:warnings","oasType":"schema","type":"unknown"}

Example response

{
  "data": [
    {
      "refId": "2000089_123563158",
      "requestId": "194e41f2-5544-4fc5-9365-1f4452daf239",
      "eventName": "customerUpdated",
      "eventId": "a7351361-793c-46e0-b00d-3629eb1e5e45",
      "consumerGroupId": "55bd9129-72ca-4e8d-a94c-08c1316c9d72",
      "eventIngestionTimestamp": "2025-03-05T15:43:43.549-0600",
      "eventStartTimestamp": "2025-03-05T15:43:43.600-0600"
    }
  ]
}