---
title: "List Workflow Webhook Events"
method: GET
path: "/workflows/v1/workflow-webhooks/events"
tags: ["Workflow Webhooks"]
---

# List Workflow Webhook Events

`GET /workflows/v1/workflow-webhooks/events`

## Query parameters

- `subscription_id` string
- `workflow_id` string
- `action` 'workflow_created' | 'workflow_updated' | 'workflow_deleted' | 'workflow_run_started' | 'workflow_run_completed'
- `status` 'pending' | 'retrying' | 'delivered' | 'failed'
- `size` integer — Number of items per page
- `page` integer — Page number
- `search` string, nullable — Search keywords
- `start` string, date-time, nullable — Filter by start time (ISO 8601 format)
- `end` string, date-time, nullable — Filter by end time (ISO 8601 format)

## Response `200`

Successful Response

- WorkflowWebhookEventsListResponse
  - `events` WorkflowWebhookEventModel[], required
    - `team_id` string, nullable — ID of the team that owns this edge
    - `created_by` string, nullable — ID of the user who created this edge
    - `updated_by` string, nullable — ID of the user who last updated this edge
    - `created_at` string, date-time
    - `updated_at` string, date-time
    - `_id` string
    - `event_id` string, required — External idempotent event id
    - `subscription_id` string, nullable, required — Webhook subscription id
    - `action` 'workflow_created' | 'workflow_updated' | 'workflow_deleted' | 'workflow_run_started' | 'workflow_run_completed', required
    - `workflow_id` string, nullable
    - `workflow_name` string, nullable
    - `workflow_run_id` string, nullable
    - `workflow_run_status` string, nullable
    - `payload` object
    - `dedupe_key` string, nullable
    - `status` 'pending' | 'retrying' | 'delivered' | 'failed'
    - `attempts_count` integer
    - `next_retry_at` string, date-time
    - `delivered_at` string, date-time, nullable
    - `last_attempt_at` string, date-time, nullable
    - `last_status_code` integer, nullable
    - `last_error` string, nullable
  - `total` integer, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/interactly/apis/interactly-api-3.md) · [All operations](https://skmtc.dev/interactly/apis/interactly-api-3/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/interactly/interactly-api-3/revisions/35cbea12a781/schema)
