---
title: "View logs"
method: GET
path: "/webhooks/{webhookID}/logs"
tags: ["Webhooks"]
---

# View logs

`GET /webhooks/{webhookID}/logs`

Display the most recent logs for deliveries to the specified webhook.

## Response `200`

Recent delivery looks for the webhook (the returned list is empty if none found)

- object
  - `count` integer, required — The number of logs returned
  - `data` WebhookEventDeliveryLog[], required
    - `status` integer, required — The status code of the delivery
    - `event_id` string, required — A UUID that uniquely identifies a resource
    - `response_body` string, required — The response body of the delivery
    - `created_at` string, date-time, required — The time of the delivery

## Other responses

- `401` — Missing or invalid API key
- `500` — Unexpected error. User may try and send the request again.

---

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