Skip to main content
GET
Get all articles (public)

Authorizations

x-api-key
string
header
required

Query Parameters

page
integer
Required range: x >= 1
Example:

1

limit
integer
Required range: 1 <= x <= 100
Example:

20

keyword
string
Example:

"nose"

includeDeleted
boolean
Example:

false

includeUnpublished
boolean
Example:

false

includePrivate
boolean
Example:

false

category
string
Example:

"{{objectId}}"

subCategory
string
Example:

"{{objectId}}"

author
string
Example:

"{{objectId}}"

tags
string

CSV list of tags

Example:

"ai,news"

sortBy
enum<string>
Available options:
createdAt,
publishDate
Example:

"publishDate"

sortOrder
enum<string>
Available options:
asc,
desc
Example:

"desc"

Response

200 - application/json

OK