---
title: "Get a specific delivery item of a webhook"
method: GET
path: "/apps/{app-slug}/outgoing-webhooks/{app-webhook-slug}/delivery-items/{webhook-delivery-item-slug}"
tags: ["webhook-delivery-item"]
---

# Get a specific delivery item of a webhook

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

Get the specified delivery item of an outgoing webhook of a Bitrise application

## Path parameters

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

## Response `200`

OK

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