Description
Retrieve published articles with pagination, category and date filters. Returns public editorial content only.
Example response
{
"data": [
{
"id": "art-001",
"title": "Sample Article",
"category": "cybersecurity",
"publishedAt": "2026-05-20"
}
],
"meta": {
"page": 1,
"perPage": 20,
"total": 1
}
}
