---
title: "Get bounce dump"
method: GET
path: "/bounces/{bounceid}/dump"
tags: ["Bounces API"]
---

# Get bounce dump

`GET /bounces/{bounceid}/dump`

## Path parameters

- `bounceid` integer, required

## Headers

- `X-Postmark-Server-Token` string, required

## Response `200`

OK

- BounceDumpResponse
  - `Body` string — Raw source of bounce. If no dump is available this will return an empty string.

## Other responses

- `422` — An error was generated due to incorrect use of the API. See the Message associated with this response for more information.
- `500` — Indicates an internal server error occurred.

---

[API](https://skmtc.net/postmarkapp/apis/postmark-api.md) · [All operations](https://skmtc.net/postmarkapp/apis/postmark-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/postmarkapp/postmark-api/versions/fdae25f55e2e/schema)
