---
title: "Get feeds"
method: GET
path: "/feeds"
tags: ["activity"]
---

# Get feeds

`GET /feeds`

GitHub Enterprise Server provides several timeline resources in [Atom](http://en.wikipedia.org/wiki/Atom_(standard)) format. The Feeds API lists all the feeds available to the authenticated user:

*   **Timeline**: The GitHub Enterprise Server global public timeline
*   **User**: The public timeline for any user, using [URI template](https://docs.github.com/enterprise-server@3.6/rest/overview/resources-in-the-rest-api#hypermedia)
*   **Current user public**: The public timeline for the authenticated user
*   **Current user**: The private timeline for the authenticated user
*   **Current user actor**: The private timeline for activity created by the authenticated user
*   **Current user organizations**: The private timeline for the organizations the authenticated user is a member of.
*   **Security advisories**: A collection of public announcements that provide information about security-related vulnerabilities in software on GitHub Enterprise Server.

**Note**: Private feeds are only returned when [authenticating via Basic Auth](https://docs.github.com/enterprise-server@3.6/rest/overview/other-authentication-methods#basic-authentication) since current feed URIs use the older, non revocable auth tokens.

## Response `200`

Response

- Feed — Feed
  - `timeline_url` string, required
  - `user_url` string, required
  - `current_user_public_url` string
  - `current_user_url` string
  - `current_user_actor_url` string
  - `current_user_organization_url` string
  - `current_user_organization_urls` string[]
  - `security_advisories_url` string
  - `repository_discussions_url` string — A feed of discussions for a given repository.
  - `repository_discussions_category_url` string — A feed of discussions for a given repository and category.
  - `_links` object, required
    - `timeline` LinkWithType, required — Hypermedia Link with Type
      - `href` string, required
      - `type` string, required
    - `user` LinkWithType, required — Hypermedia Link with Type
      - `href` string, required
      - `type` string, required
    - `security_advisories` LinkWithType — Hypermedia Link with Type
      - `href` string, required
      - `type` string, required
    - `current_user` LinkWithType — Hypermedia Link with Type
      - `href` string, required
      - `type` string, required
    - `current_user_public` LinkWithType — Hypermedia Link with Type
      - `href` string, required
      - `type` string, required
    - `current_user_actor` LinkWithType — Hypermedia Link with Type
      - `href` string, required
      - `type` string, required
    - `current_user_organization` LinkWithType — Hypermedia Link with Type
      - `href` string, required
      - `type` string, required
    - `current_user_organizations` LinkWithType[]
      - `href` string, required
      - `type` string, required
    - `repository_discussions` LinkWithType — Hypermedia Link with Type
      - `href` string, required
      - `type` string, required
    - `repository_discussions_category` LinkWithType — Hypermedia Link with Type
      - `href` string, required
      - `type` string, required
  - `repository_discussions` LinkWithType — Hypermedia Link with Type
    - `href` string, required
    - `type` string, required
  - `repository_discussions_category` LinkWithType — Hypermedia Link with Type
    - `href` string, required
    - `type` string, required

---

[API](https://skmtc.net/github/apis/github-v3-rest-api-5.md) · [All operations](https://skmtc.net/github/apis/github-v3-rest-api-5/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/github/github-v3-rest-api-5/versions/50ae54440071/schema)
