---
title: "List videos of subscriptions tied to a token"
method: GET
path: "/feeds/subscriptions.{format}"
tags: ["Video Feeds"]
---

# List videos of subscriptions tied to a token

`GET /feeds/subscriptions.{format}`

## Path parameters

- `format` 'xml' | 'rss' | 'rss2' | 'atom' | 'atom1' | 'json' | 'json1', required

## Query parameters

- `accountId` string, required
- `token` string, required
- `sort` string
- `nsfw` 'true' | 'false'
- `isLocal` boolean
- `include` 0 | 1 | 2 | 4 | 8
- `privacyOneOf` 1 | 2 | 3 | 4 — privacy id of the video (see [/videos/privacies](#operation/getPrivacyPolicies))
- `hasHLSFiles` boolean
- `hasWebtorrentFiles` boolean

## Response `204`

successful operation

- object

## Other responses

- `406` — accept header unsupported

---

[API](https://skmtc.net/cpy/apis/peertube.md) · [All operations](https://skmtc.net/cpy/apis/peertube/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cpy/peertube/revisions/efe11b159e43/schema)
