> For the complete documentation index, see [llms.txt](https://docs.matrica.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.matrica.io/api-reference/feed.md).

# Feed

## Get Enterprise Feed

<mark style="color:blue;">`GET`</mark> `https://api.matrica.io/v1/feed`

Fetch feeds based on given parameters. This route is exclusive to Enterprise plans.

#### Query Parameters

| Name         | Type      | Description                                                                                            |
| ------------ | --------- | ------------------------------------------------------------------------------------------------------ |
| communityIds | string\[] | Array of community Ids. Feed will only include communities provided.                                   |
| type         | string    | Type of feed entry. ex) DISCORD, TWITTER                                                               |
| date         | string    | <p>Will only include the feed items starting from the specified date.</p><p></p><p>ISO format date</p> |
| skip         | number    | Pagination skip, default 0                                                                             |
| take         | number    | Pagination take, default 25                                                                            |
