---
title: "Get list of webhook logs for one webhook"
method: GET
path: "/webhooks/{webhookid}/logs"
tags: ["Webhooks"]
---

# Get list of webhook logs for one webhook

`GET /webhooks/{webhookid}/logs`

Returns a list of webhook logs for one webhook for your account

## Path parameters

- `webhookid` string, uuid, required

## Response `200`

Successful Response

- WebhookLogItem[]
  - `webhooklogid` string, uuid, required
  - `webhookid` string, uuid, required
  - `event` string, required
  - `url` string, required
  - `accountid` string, required
  - `createdon` string, date-time, required
  - `httpstatus` integer, required
  - `integrationid` integer, nullable

## Other responses

- `404` — Not Found
- `422` — Validation Error

---

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