---
title: "Get incoming webhook event details"
method: GET
path: "/public/v1/incoming-webhooks/{webhookId}/events/{eventId}"
tags: ["Incoming Webhooks"]
---

# Get incoming webhook event details

`GET /public/v1/incoming-webhooks/{webhookId}/events/{eventId}`

Returns a single webhook event, including the automations it triggered. Requires a USER API key.

## Path parameters

- `webhookId` string, required
- `eventId` string, required

## Response `200`

Incoming webhook event details

- PublicIncomingWebhookEventDetail
  - `id` string, required
  - `status` 'RECEIVED' | 'PROCESSING' | 'COMPLETED' | 'FAILED' | 'TIMEOUT', required
  - `payload` object, nullable — Raw JSON payload received
  - `payloadSize` number, nullable
  - `ipAddress` string, nullable
  - `userAgent` string, nullable
  - `createdAt` string, required
  - `updatedAt` string, required
  - `automations` object[]
    - `id` number, required
    - `name` string, required
    - `status` string, nullable

## Other responses

- `404` — Not Found

---

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