---
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

---

[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)
