---
title: "Get webhook execution history"
method: GET
path: "/api/webhooks/{id}/history"
tags: ["Webhooks"]
---

# Get webhook execution history

`GET /api/webhooks/{id}/history`

Returns the execution log for a webhook.

## Path parameters

- `id` integer, required

## Response `200`

Array of execution records.

- WebhookExecution[]
  - `id` integer
  - `webhook_id` integer
  - `triggered_at` integer — Unix timestamp (seconds).
  - `status` string
  - `response` string
  - `error` string, nullable

## Other responses

- `403` — Insufficient permissions or license tier.
- `500` — Internal server error.

---

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