---
title: "List outbound webhook deliveries"
method: GET
path: "/v1/outbound-webhook/deliveries"
tags: ["Outbound Webhook"]
---

# List outbound webhook deliveries

`GET /v1/outbound-webhook/deliveries`

List outbound webhook deliveries with optional workflow filter and pagination

## Query parameters

- `workflowId` string
- `limit` integer
- `offset` integer

## Request body

- object

## Response `200`

OK

- ListOutboundWebhookDeliveriesSuccessResponse
  - `code` integer
  - `data` PaginatedDataGithubComB3FunB3MonoServicesB3osWorkflowInternalPkgEntityOutboundWebhookDelivery
    - `hasMore` boolean
    - `items` GithubComB3FunB3MonoServicesB3osWorkflowInternalPkgEntityOutboundWebhookDelivery[]
      - `createdAt` string
      - `durationMs` integer
      - `errorMessage` string
      - `id` string
      - `maxRetries` integer
      - `method` string
      - `nextRetryAt` string
      - `nodeId` string
      - `organizationId` string
      - `requestBody` object
      - `requestHeaders` object
      - `responseBody` string
      - `responseHeaders` object
      - `responseStatus` integer
      - `retryCount` integer
      - `runId` string
      - `status` 'pending' | 'success' | 'failure' | 'retrying'
      - `updatedAt` string
      - `url` string
      - `workflowId` string
    - `limit` integer
    - `offset` integer
  - `message` string
  - `requestId` string

## Other responses

- `400` — Bad Request
- `403` — Forbidden

---

[API](https://skmtc.net/b3-fun/apis/b3os-workflow-api.md) · [All operations](https://skmtc.net/b3-fun/apis/b3os-workflow-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/b3-fun/b3os-workflow-api/revisions/5a750a5a9596/schema)
