---
title: List your subscribed feeds
description: >
  Returns every feed the authenticated account is actively subscribed to. This
  is the

  discovery endpoint bots should call first — every request to `/knowledge` or

  `/categories` requires a feed id from this list in the `X-PostGrad-Feed`
  header.


  No feed header is required to call this endpoint.
full: true
_openapi:
  method: GET
  toc: []
  structuredData:
    headings: []
    contents:
      - content: >
          Returns every feed the authenticated account is actively subscribed
          to. This is the

          discovery endpoint bots should call first — every request to
          `/knowledge` or

          `/categories` requires a feed id from this list in the
          `X-PostGrad-Feed` header.


          No feed header is required to call this endpoint.
---

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

<APIPage document={"./openapi.yaml"} operations={[{"path":"/feeds","method":"get"}]} />