---
title: "Private RSS Feed"
method: GET
path: "/v3/articles/rss/{token}"
tags: ["Threat Briefs"]
---

# Private RSS Feed

`GET /v3/articles/rss/{token}`

Returns a workspace's entitlement-filtered RSS 2.0 feed. The feed URL
(obtained from `GET`/`POST /v3/articles/rss-token`) embeds an opaque token
that is the only credential, so RSS readers need no API key. The feed
contents follow the workspace's live entitlements on every fetch.

## Path parameters

- `token` string, required

## Response `200`

RSS 2.0 XML feed.

## Other responses

- `403` — Forbidden - request is not authorized due to an invalid API key or plan limitations. If due to plan limitations, contact sales@greynoise.io to upgrade your plan and unlock full results.
- `404` — Resource not found.
- `500` — Unexpected error

---

[API](https://skmtc.dev/greynoise/apis/greynoise-api.md) · [All operations](https://skmtc.dev/greynoise/apis/greynoise-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/greynoise/greynoise-api/revisions/30942574656d/schema)
