---
title: "List feed subscriptions for the authenticated token"
method: GET
path: "/feeds/subscriptions"
tags: ["Feeds"]
---

# List feed subscriptions for the authenticated token

`GET /feeds/subscriptions`

Returns active feed automations associated with the authenticated user. Use `includeRemoved=true` to include archived subscriptions.

## Query parameters

- `includeRemoved` boolean

## Response `200`

Array of feed subscriptions

- FeedSubscription[]
  - `id` string, uuid — Unique identifier for the subscription
  - `feedId` integer — Identifier of the subscribed feed
  - `token` string — Token that owns the subscription
  - `requestId` string — ClientRequest template identifier used for automation
  - `createdOn` string, date-time — When the subscription was created
  - `removedOn` string, date-time, nullable — When the subscription was removed, if applicable
  - `lastProcessedItemId` string, nullable — Identifier of the last feed item processed for this subscription
  - `lastProcessedOn` string, date-time, nullable — Timestamp of the last processed feed item
  - `request` object, nullable — Snapshot of the underlying template request

## Other responses

- `401` — Unauthorized - valid API token required
- `500` — Internal server error while fetching subscriptions

---

[API](https://skmtc.net/autocontentapi/apis/content-api.md) · [All operations](https://skmtc.net/autocontentapi/apis/content-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/autocontentapi/content-api/revisions/355890b6b4cc/schema)
