---
title: "List Messages"
method: GET
path: "/api/v1/webhooks/messages"
tags: ["External: Webhooks"]
---

# List Messages

`GET /api/v1/webhooks/messages`

## Query parameters

- `limit` integer — Items per page.
- `iterator` string, nullable — Cursor from the previous page's `iterator` field.
- `before` string, date-time, nullable — Only messages created before this timestamp.
- `after` string, date-time, nullable — Only messages created after this timestamp.

## Response `200`

Successful Response

- PaginatedResponseWebhookMessageResponse
  - `data` WebhookMessageResponse[], required
    - `id` string, required
    - `eventType` string, required
    - `eventId` string, nullable
    - `timestamp` string, required
    - `channels` string[], nullable
    - `tags` string[], nullable
    - `payload` object, nullable
  - `done` boolean, required — True when this is the last page.
  - `iterator` string, nullable — Pass as `iterator` in the next request to fetch the following page.
  - `prevIterator` string, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/openwearables/apis/open-wearables-api.md) · [All operations](https://skmtc.net/openwearables/apis/open-wearables-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/openwearables/open-wearables-api/versions/37c1c527cd8f/schema)
