Skip to main content
GET
List Articles

List Articles

Returns a paginated list of articles within a specific blog, ordered by creation date, newest first.

Request

Requires the read_content scope.

Path Parameters

string
required
The unique blog ID

Query Parameters

integer
default:"1"
Page number for pagination
integer
default:"50"
Number of items per page

Response

The response uses the standard envelope. Articles are returned under data.articles, with offset-based pagination under data.pagination.
integer
HTTP status code (e.g. 200)
string
Result state, e.g. success
array
Array of article objects
object
Pagination information: page, limit, total, hasMore

Example Response

Error Codes