---
title: "Get Webhook Integration Delivery"
method: GET
path: "/integrations/webhook-deliveries/{webhook_delivery}"
tags: ["webhook_integration_deliveries"]
---

# Get Webhook Integration Delivery

`GET /integrations/webhook-deliveries/{webhook_delivery}`

This endpoint returns a single webhook integration delivery.

## Path parameters

- `webhook_delivery` string, required

## Query parameters

- `include` string[]
- `fields` object
  - `environments` string — The comma-separated list of fields to return in response for Environment resource.
  - `event-definitions` string — The comma-separated list of fields to return in response for EventDefinition resource.
  - `runs` string — The comma-separated list of fields to return in response for Run resource.
  - `users` string — The comma-separated list of fields to return in response for User resource.
  - `webhook-integration-deliveries` string — The comma-separated list of fields to return in response for WebhookIntegrationDelivery resource.
  - `webhook-integrations` string — The comma-separated list of fields to return in response for WebhookIntegration resource.
  - `workspaces` string — The comma-separated list of fields to return in response for Workspace resource.

## Response `200`

Success.

## Other responses

- `404` — User not authorized to perform this action.
- `4XX` — Client error.
- `5XX` — Server error.

---

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