---
title: List feed entries
full: true
_openapi:
  method: GET
  toc: []
  structuredData:
    headings: []
    contents:
      - content: >
          Retrieve the user's notification feed entries for a specific channel.


          Returns a paginated list of feed entries with metadata including
          unread/unseen counts.


          **Status filtering:**

          - `unseen`: Entries that haven't been seen yet

          - `seen`: Entries that have been seen but not read

          - `unread`: Alias for unseen + seen (not read)

          - `read`: Entries that have been marked as read

          - `archived`: Entries that have been archived


          **Real-time updates:**

          For real-time feed updates, use our JavaScript SDK which connects via
          WebSocket.
---

{/* This file was generated by Fumadocs. Do not edit this file directly. Any changes should be made by running the generation command again. */}

Retrieve the user's notification feed entries for a specific channel.

Returns a paginated list of feed entries with metadata including unread/unseen counts.

**Status filtering:**
- `unseen`: Entries that haven't been seen yet
- `seen`: Entries that have been seen but not read
- `unread`: Alias for unseen + seen (not read)
- `read`: Entries that have been marked as read
- `archived`: Entries that have been archived

**Real-time updates:**
For real-time feed updates, use our JavaScript SDK which connects via WebSocket.


<APIPage document={"./openapi-user.json"} operations={[{"path":"/channels/{channel_id}/feed/entries","method":"get"}]} />