List Articles.
cURL
curl --request GET \ --url https://api.octaviatech.app/cms/articles/getAll \ --header 'x-api-key: <api-key>'
{ "success": true, "statusCode": 200, "message": "OK", "data": { "items": [ { "id": "{{objectId}}", "slug": "droopy-nose", "mainTitle": { "en": "Droopy Nose", "es": "Nariz caída" }, "publishDate": "2025-05-22T21:42:41.596Z", "isPublished": true } ], "pagination": { "total": 1, "page": 1, "limit": 20, "totalPages": 1 } } }
x >= 1
1
1 <= x <= 100
20
"nose"
false
"{{objectId}}"
CSV list of tags
"ai,news"
createdAt
publishDate
"publishDate"
asc
desc
"desc"
OK
Was this page helpful?