---
title: "Get Notifications in a Chat"
method: GET
path: "/chats/{chat_id}/notifications"
tags: ["chats"]
---

# Get Notifications in a Chat

`GET /chats/{chat_id}/notifications`

This endpoint retrieves a paginated list of all notifications for the specific chat_id (in descending order of timestamp)

## Query parameters

- `offset` number — - The offset value for paginating the results - Default 0
- `limit` number — - The maximum number of notifications to retrieve - Default 2000

## Headers

- `x-phone` string

## Response `200`

200 OK

- object
  - `from` number — The starting index of the returned notifications.
  - `to` number — The ending index of the returned messages.
  - `count` number — The total count of messages.
  - `notifications` unknown[] — An array of notification objects. Refer to [the notification object here](/api-reference/objects/the-chat-notification-object)
    - unknown

## Other responses

- `422` — 422 Invalid Limit

---

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