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

# List Workflow Webhooks

`GET /workflows/v1/workflow-webhooks`

## Query parameters

- `enabled` boolean, nullable
- `action` 'workflow_created' | 'workflow_updated' | 'workflow_deleted' | 'workflow_run_started' | 'workflow_run_completed'
- `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

- WorkflowWebhookListResponse
  - `webhooks` WorkflowWebhookResponse[], required
    - `id` string, required
    - `name` string, required
    - `url` string, required
    - `actions` WorkflowWebhookAction[], required
    - `enabled` boolean, required
    - `has_bearer_token` boolean, required
    - `timeout_seconds` integer, required
    - `max_retries` integer, required
    - `retry_backoff_seconds` integer, required
  - `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)
