---
title: "ListWebhooks"
method: GET
path: "/registry/{registry_ref}/webhooks"
tags: ["Webhooks"]
---

# ListWebhooks

`GET /registry/{registry_ref}/webhooks`

Returns List of Webhook Details

## Path parameters

- `registry_ref` string, required

## Query parameters

- `page` integer
- `size` integer
- `sort_order` string
- `sort_field` string
- `search_term` string

## Response `200`

response for list webhooks

- object
  - `status` 'SUCCESS' | 'FAILURE' | 'ERROR', required — Indicates if the request was successful or not
  - `data` ListWebhooks, required — A list of Harness Registries webhooks
    - `pageCount` integer — The total number of pages
    - `itemCount` integer — The total number of items
    - `pageSize` integer — The number of items per page
    - `pageIndex` integer — The current page
    - `webhooks` Webhook[], required — A list of Registries webhooks
      - `version` integer
      - `identifier` string, required
      - `name` string, required
      - `description` string
      - `url` string, required
      - `createdAt` string
      - `createdBy` integer
      - `modifiedAt` string
      - `enabled` boolean, required
      - `internal` boolean
      - `secretIdentifier` string
      - `secretSpacePath` string
      - `secretSpaceId` integer
      - `insecure` boolean, required
      - `triggers` Trigger[]
      - `latestExecutionResult` 'SUCCESS' | 'RETRIABLE_ERROR' | 'FATAL_ERROR' — refers to webhook execution
      - `extraHeaders` ExtraHeader[]
        - `key` string, required
        - `value` string, required
        - `masked` boolean

## Other responses

- `400` — Bad request
- `401` — Unauthenticated
- `403` — Unauthorized
- `500` — Internal server error

---

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