---
title: "Search RSSs"
method: GET
path: "/dataset/{dataSetId}/rss"
tags: ["dataset"]
---

# Search RSSs

`GET /dataset/{dataSetId}/rss`

Search RSSs for DataSet

## Path parameters

- `dataSetId` integer, required

## Query parameters

- `title` string
- `sortBy` 'id' | 'title' | 'author' | 'psk'
- `sortDir` 'asc' | 'desc'

## Response `200`

successful operation

- DataSetRss[]
  - unknown

## Changes

- **2026-07-30** `fe497e811c7f` — 3 info
  - added the new optional `query` request parameter `sortBy`
  - added the new optional `query` request parameter `sortDir`
  - added the new optional `query` request parameter `title`
- **2026-02-25** `41c04de98ec5` — 1 info
  - added the media type `application/json` for the response with the status `200`
- **2020-02-17** `8e1275395104` — 1 breaking
  - removed the media type `application/json` for the response with the status `200`

[Change history](https://skmtc.dev/xibosignage/apis/xibo-api/changes/dataset/:dataSetId/rss/get.md)

---

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