Skip to main content
GET
/
services
/
feed
[
  {
    "title": "<string>",
    "url": "<string>",
    "clusterId": "<string>",
    "summary": "<string>",
    "pageContent": "<string>",
    "publicationDate": "<string>",
    "sourceType": "<string>",
    "sourceName": "<string>",
    "metadata": {
      "image": "<string>",
      "author": "<string>",
      "published_time": "<string>",
      "modified_time": "<string>",
      "type": "<string>"
    },
    "sourceLogo": "<string>"
  }
]

Query Parameters

sort_by
enum<string>
default:publicationDate
Available options:
publicationDate
sourceName
string[]

The source name to filter by. If no source name is provided, all sources will be returned.

order_by
enum<string>
default:desc
Available options:
asc,
desc
page
integer
default:1
Required range: x >= 1
per_page
integer
default:10
Required range: 1 <= x <= 30
include_page_content
boolean
default:false

Response

Successful Response

title
string
required

The title of the post

url
string
required

The link to the post

publicationDate
required

The time the post was published

sourceType
string
required

The type of the source

sourceName
string
required

The name of the source

clusterId
string | null

The cluster id of the post

summary
string | null

The summary of the post (300 characters max)

pageContent
string | null

The content of the post

metadata
object | null
I