---
title: "Retrieve Webhook History"
method: GET
path: "/v2/webhooks/{id}/events/"
tags: ["webhooks"]
---

# Retrieve Webhook History

`GET /v2/webhooks/{id}/events/`

Webhook events handler

## Path parameters

- `id` string, required

## Query parameters

- `start_date` string, date

## Headers

- `Authorization` string, required

## Response `200`

- WebhookEvents
  - `id` string, required
  - `partner_id` string
  - `created_at` string, date-time, required
  - `event_name` string, required
  - `resources` string
  - `last_attempted_at` string, date-time, required

## Other responses

- `400` — Invalid start_date format.

---

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