---
title: "GET /v1/execution-webhooks/deliveries"
method: GET
path: "/v1/execution-webhooks/deliveries"
---

# GET /v1/execution-webhooks/deliveries

`GET /v1/execution-webhooks/deliveries`

List execution webhook deliveries for the current organization

## Query parameters

- `limit` integer
- `offset` integer
- `endpointId` string

## Response `200`

OK

- ListExecutionWebhookDeliveriesSuccessResponse
  - `code` integer
  - `data` PaginatedDataExecutionWebhookDelivery
    - `hasMore` boolean
    - `items` ExecutionWebhookDelivery[]
      - `createdAt` string
      - `durationMs` integer
      - `endpointId` string
      - `errorMessage` string
      - `eventType` string
      - `executionId` string
      - `id` string
      - `maxRetries` integer
      - `nextRetryAt` string
      - `organizationId` string
      - `requestBody` object
      - `requestHeaders` object
      - `responseBody` string
      - `responseHeaders` object
      - `responseStatus` integer
      - `retryCount` integer
      - `runId` string
      - `status` 'pending' | 'success' | 'failure' | 'retrying'
      - `updatedAt` string
      - `workflowId` string
    - `limit` integer
    - `offset` integer
  - `message` string
  - `requestId` string

## Other responses

- `400` — Bad Request

---

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