---
title: "Get a single message from a webhook."
method: GET
path: "/v1/webhooks/{id}/messages/{messageId}"
tags: ["webhooks"]
---

# Get a single message from a webhook.

`GET /v1/webhooks/{id}/messages/{messageId}`

When a webhook is triggered it will store the actual content of the webhook in a webhook message. You can view and analyse a single one using this endpoint.

## Path parameters

- `id` string, required
- `messageId` integer, required

## Headers

- `X-Trace-Id` string, uuid

## Response `200`

A single webhook message.

## Other responses

- `400` — Bad request
- `401` — Unauthenticated
- `404` — Page not found
- `500` — Internal exception

---

[API](https://skmtc.dev/firefly-iii/apis/firefly-iii-api-develop.md) · [All operations](https://skmtc.dev/firefly-iii/apis/firefly-iii-api-develop/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/firefly-iii/firefly-iii-api-develop/revisions/8a1f6472e04b/schema)
