---
title: "Fetch Event"
method: GET
path: "/webhooks/outgoing/events/{id}"
tags: ["Webhooks::Outgoing::Event"]
---

# Fetch Event

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

Retrieve an webhook event for a workspace

## Path parameters

- `id` string, required

## Response `200`

OK

- WebhooksOutgoingEventAttributes — Webhooks Events
  - `id` integer — Unique identifier for the webhook event
  - `public_id` string, nullable — Unique identifier for the webhook event visible in the UI
  - `workspace_id` integer — Workspace ID
  - `uuid` string, nullable — Unique UUID identifier for the webhook event
  - `event_type_id` string, nullable — The ID of the event type. Can be any ID from <a class='link' target='_blank' href='https://developers.myclickfunnels.com/docs/webhook-event-types'>the list of event types</a>.
  - `subject_id` integer — The ID of the subject of the event. E.g., for the `one-time-order.completed` event_type_id, the `subject_id` is the ID of an Order.
  - `subject_type` string, nullable — The type of the subject of the event. E.g., for the `contact.identified` event_type_id, the `subject_type` is `Contact`.
  - `data` object — The webhook data payload with the data of the event. This data corresponds to the subject's response schema. E.g., for the `contact.identified` event_type_id, the `subject_type` is `Contact`. So, you can expect the `data` structure to be as described in the response schema of the Contact endpoints.
  - `api_version` integer, nullable — API version of the webhook event. Only V2 webhook events will be triggered from endpoints created via the API, but in the list of events you will encounter V1 events if UI users set up V1 endpoints via the UI.
  - `created_at` string, date-time, nullable — Created at
  - `page` object, nullable — Page
    - `id` integer — Page ID
    - `public_id` string, nullable — The public identifier of the page
    - `name` string — Page name of the editable page element. Want to filter by it? See our <i><u><a href="https://developers.myclickfunnels.com/docs/filtering-by-page" target="_blank">help guide on that topic</a><u><i>.
  - `funnel` object, nullable — Funnel
    - `id` integer — Funnel ID
    - `public_id` string, nullable — The public identifier of the funnel
    - `name` string — Name of the Funnel

## Other responses

- `401` — Unauthorized
- `404` — Not Found

---

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