---
title: "List the webhook delivery items of an app"
method: GET
path: "/apps/{app-slug}/outgoing-webhooks/{app-webhook-slug}/delivery-items"
tags: ["webhook-delivery-item"]
---

# List the webhook delivery items of an app

`GET /apps/{app-slug}/outgoing-webhooks/{app-webhook-slug}/delivery-items`

List all the delivery items of an outgoing webhook of a Bitrise application

## Path parameters

- `app-slug` string, required
- `app-webhook-slug` string, required

## Query parameters

- `next` string
- `limit` integer

## Response `200`

OK

- V0WebhookDeliveryItemShowResponseModel
  - `data` V0WebhookDeliveryItemResponseModel
    - `created_at` string
    - `request_headers` string
    - `request_payload` string
    - `request_url` string
    - `response_body` string
    - `response_headers` string
    - `response_http_status` integer
    - `response_seconds` integer
    - `slug` string
    - `updated_at` string

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `500` — Internal Server Error

---

[API](https://skmtc.net/bitrise/apis/bitrise-api.md) · [All operations](https://skmtc.net/bitrise/apis/bitrise-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bitrise/bitrise-api/revisions/89468e4a014b/schema)
