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

blog_id
string
required
The unique blog ID

Query Parameters

page
integer
default:"1"
Page number for pagination
limit
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.
status
integer
HTTP status code (e.g. 200)
state
string
Result state, e.g. success
data.articles
array
Array of article objects
data.pagination
object
Pagination information: page, limit, total, hasMore

Example Response

Error Codes

CodeDescription
UNAUTHORIZEDInvalid or missing access token
FORBIDDENApp doesn’t have read_content scope
NOT_FOUNDBlog with the specified ID does not exist