List Articles
Blogs
List Articles
Retrieve a list of articles in a blog
GET
List Articles
Documentation Index
Fetch the complete documentation index at: https://docs.launchmystore.io/llms.txt
Use this file to discover all available pages before exploring further.
List Articles
Returns a paginated list of articles within a specific blog.Request
Path Parameters
The unique blog ID
Query Parameters
Page number for pagination
Number of items per page (max 250)
Filter by status:
published, unpublished, anyFilter by author name
Filter by tag
Filter articles created after this date (ISO 8601)
Filter articles created before this date (ISO 8601)
Filter articles published after this date (ISO 8601)
Filter articles published before this date (ISO 8601)
Response
Whether the request succeeded
Array of article objects
Pagination information
Example Response
Error Codes
| Code | Description |
|---|---|
UNAUTHORIZED | Invalid or missing access token |
FORBIDDEN | App doesn’t have read_content scope |
NOT_FOUND | Blog with the specified ID does not exist |