---
title: "List recent webhook messages"
method: GET
path: "/v1/webhooks/messages"
tags: ["Webhooks"]
---

# List recent webhook messages

`GET /v1/webhooks/messages`

Returns a list of recently sent webhook messages for debugging purposes

## Query parameters

- `event_types` string — Comma-separated list of event types to filter by
- `limit` number — Maximum number of messages to return (default: 10)

## Response `200`

OK

- ListMessagesResponse — Response containing a list of webhook messages
  - `messages` WebhookMessage[], required — Array of webhook messages
    - `eventType` string, required — The type of event
    - `id` string, required — Unique identifier for the message
    - `payload` unknown, required
    - `timestamp` string, date-time, required — ISO 8601 timestamp when the event occurred

## Other responses

- `400` — The request was malformed or contained invalid parameters.
- `401` — Authentication is required. Provide a valid API key.
- `403` — You don't have permission to access this resource.
- `404` — The requested resource was not found.
- `429` — You have exceeded the rate limit. Please slow down.
- `500` — An unexpected error occurred
- `501` — The requested operation is not implemented.

---

[API](https://skmtc.dev/withchima/apis/tella-public-api.md) · [All operations](https://skmtc.dev/withchima/apis/tella-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/withchima/tella-public-api/revisions/ba2bb13928a5/schema)
