---
title: "Get Webhooks History"
method: GET
path: "/service/notifications/webhook_history"
---

# Get Webhooks History

`GET /service/notifications/webhook_history`

## Query parameters

- `page` integer
- `count` integer
- `filter.created_at` string
- `filter.response_status` 'FAILURE' | 'SUCCESS'

## Headers

- `x-api-key` string

## Response `200`

200

- object
  - `type` string
  - `data` object[]
    - `webhook_history_uid` string
    - `response_status` integer
    - `created_at` string
    - `webhook` object
      - `webhook_uid` string
      - `webhook_name` string
      - `webhook_module` unknown
      - `webhook_url` string
      - `webhook_event` string
      - `content_type` string
      - `request_method` string
      - `headers` unknown
  - `total_pages` integer
  - `current_page` integer
  - `total_records` integer

## Other responses

- `400` — 400

---

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