---
title: "Get Event Log (by Reference ID)"
method: GET
path: "/webHooks/eventLog/refId/{refid}"
---

# Get Event Log (by Reference ID)

`GET /webHooks/eventLog/refId/{refid}`

Retrieves the details of a specific event call based on the reference ID of the request.

## Path parameters

- `refId` string, required

## Response `200`

200

- object
  - `data` object
    - `refId` string
    - `requestId` string
    - `eventName` string
    - `eventId` string
    - `consumerGroupId` string
    - `eventIngestionTimestamp` string
    - `eventStartTimestamp` string
    - `eventEndTimestamp` unknown
    - `slaBreachTimestamp` unknown
    - `consumerResponse` unknown
  - `errors` unknown
  - `warnings` unknown

## Other responses

- `400` — 400

---

[API](https://skmtc.net/capillarytech/apis/sample-api.md) · [All operations](https://skmtc.net/capillarytech/apis/sample-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/capillarytech/sample-api/revisions/de241f2ed9b3/schema)
