---
title: "Webhook Subscription Event Logs"
method: GET
path: "/beta/webhooks/{webhookSubscriptionId}/delivery-status/logs/{event}"
tags: ["Webhooks"]
---

# Webhook Subscription Event Logs

`GET /beta/webhooks/{webhookSubscriptionId}/delivery-status/logs/{event}`

Get the latest Webhook Subscription Event logs.

## Path parameters

- `webhookSubscriptionId` string, uuid, required
- `event` string, required

## Response `200`

The Webhook Subscription Event Logs

- GetWebhookEventDeliveryLogsOutput
  - `data` EventDeliveryLog[]
    - `deliveryDetail` DeliveryDetail, required
      - `deliveryTimestamp` string, required
      - `success` boolean, required
      - `responseCode` integer, required
      - `responseText` string, required
    - `payload` string, required

## Other responses

- `400` — Invalid value for: path parameter webhookSubscriptionId, Invalid value extracted from request context
- `404` — An entity in this request could not be found
- `500` — Internal Server Error

---

[API](https://skmtc.net/dixa/apis/dixa-api.md) · [All operations](https://skmtc.net/dixa/apis/dixa-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/dixa/dixa-api/versions/5eaff14a2c46/schema)
