> For the complete documentation index, see [llms.txt](https://docs.skeddly.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.skeddly.com/data-types/projectrssfeed-object.md).

# ProjectRssFeed Object

## Description

RSS details for a project.

## Properties

### feedUrl

URL for the RSS feed of the project. Only present if `status` field is `active`.

Type: `string`

### status

RSS status of the project.

Type: `string`

Valid Values:

* `active`
* `not-created`

## Sample JSON

```javascript
{
    "status": "active",
    "feedUrl": "https://rss.skeddly.com/"
}
```
