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

# ListWebhookExecutions

`GET /registry/{registry_ref}/webhooks/{webhook_identifier}/executions`

Returns Webhook Execution Details List

## Path parameters

- `registry_ref` string, required
- `webhook_identifier` string, required

## Query parameters

- `page` integer
- `size` integer

## Response `200`

list webhooks executions response

- object
  - `status` 'SUCCESS' | 'FAILURE' | 'ERROR', required — Indicates if the request was successful or not
  - `data` ListWebhooksExecutions, required — A list of Harness Registries webhooks executions
    - `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
    - `executions` WebhookExecution[], required — A list of Registries webhooks executions
      - `id` integer
      - `retriggerOf` integer
      - `retriggerable` boolean
      - `created` integer
      - `webhookId` integer
      - `triggerType` 'ARTIFACT_CREATION' | 'ARTIFACT_DELETION' — refers to trigger
      - `result` 'SUCCESS' | 'RETRIABLE_ERROR' | 'FATAL_ERROR' — refers to webhook execution
      - `duration` integer
      - `error` string
      - `request` WebhookExecRequest — Harness Regstries HTTP Webhook Request
        - `url` string
        - `headers` string
        - `body` string
      - `response` WebhookExecResponse — Harness Regstries HTTP Webhook Response
        - `statusCode` integer
        - `status` string
        - `headers` string
        - `body` string

## Other responses

- `400` — Bad request
- `401` — Unauthenticated
- `403` — Unauthorized
- `404` — The specified resource was not found
- `500` — Internal server error

## Changes

- **2026-01-02** `d41ab9a68bbd` — 1 info
  - added the non-success response with the status `404`
- **2025-03-24** `c55e0097ca2a` — 1 info
  - removed the `ARTIFACT_MODIFICATION` enum value from the `data/executions/items/triggerType` response property for the response status `200`
- **2025-01-23** `2eaa14ea6ba2` — 1 info
  - endpoint added
- **2024-10-23** `7fa72da6b8aa` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/harness/apis/harness-artifact-registry-api/changes/registry/:registry_ref/webhooks/:webhook_identifier/executions/get.md)

---

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