---
title: "Message Events"
method: GET
path: "/api/v1/app/{app_id}/events"
tags: ["Message"]
---

# Message Events

`GET /api/v1/app/{app_id}/events`

Reads the stream of created messages for an application.

## Path parameters

- `app_id` string, required — The Application's ID or UID.

## Query parameters

- `limit` integer — Limit the number of returned items
- `iterator` string, nullable — The iterator returned from a prior invocation
- `event_types` string[], nullable — Filter response based on the event type
- `channels` string[], nullable — Filter response based on the event type.
- `after` string, date-time, nullable

## Response `200`

- MessageEventsOut
  - `data` MessageOut[], required
    - `eventId` string, nullable — Optional unique identifier for the message
    - `eventType` string, required — The event type's name
    - `payload` object, required
    - `channels` string[], nullable — List of free-form identifiers that endpoints can filter by
    - `id` string, required — The Message's ID.
    - `timestamp` string, date-time, required
    - `tags` string[], nullable
    - `deliverAt` string, date-time, nullable
  - `iterator` string, required
  - `done` boolean, required

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `409` — Conflict
- `422` — Validation Error
- `429` — Too Many Requests

---

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