---
title: "Get all webhook executions"
method: GET
path: "/executions"
tags: ["Webhook Execution Operations"]
---

# Get all webhook executions

`GET /executions`

Gets all webhook executions.

## Response `200`

OK

- WebhookExecution[]
  - `id` string — identifier of the webhook execution
  - `payloadOperationId` string — identifier of the webhook call
  - `webhookConfigurationId` string — identifier of the webhook configuration
  - `time` string, date-time — date of the webhook call
  - `status` 'SUCCESS' | 'FAILURE' — status of the webhook call * SUCCESS - webhook call is successful * FAILURE - webhook call is failed
  - `error` string — error details of the failed webhook call
  - `requestDetail` string — payload and connection details of the webhook call request
  - `responseDetail` string — payload and connection details of the webhook call response

## Other responses

- `403` — Forbidden

---

[API](https://skmtc.net/bloomreach/apis/documents-delivery-api-2-0.md) · [All operations](https://skmtc.net/bloomreach/apis/documents-delivery-api-2-0/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bloomreach/documents-delivery-api-2-0/revisions/87bfc06578c2/schema)
