Skip to main content
Version: 202607

List articles

GET 

/openapi/2026-07/articles

Retrieve a list of articles with optional filtering.

Request

Query Parameters

    cursor string

    Cursor for pagination

    page_size int32

    Page size for the number of articles to retrieve.Default to 10

    author string

    Optional filter for author name

Responses

OK

Schema
    codestring

    error code

    messagestring

    error message

    data object
    articles object[]

    List of articles

  • Array [
  • idstring

    Article ID

    titlestring

    Title of the article

    excerptstring

    Short summary or preview of the article content

    contentstring

    Full content of the article

    image object

    Image associated with the article containing src, width, height, and alt

    srcstring

    Image URL

    widthint32

    Width

    heightint32

    Height

    pathstring

    Path

    publishedboolean

    Whether the article is published or not

    handlestring

    URL-friendly identifier for the article

    seo_titlestring

    Custom SEO title

    seo_descriptionstring

    SEO meta description

    seo_keywordsstring[]

    SEO keywords

    authorstring

    Author of the article

    published_atstring

    ISO 8601 timestamp when article was published

    blog_idsstring[]

    Array of blog IDs this article belongs to

    created_atstring

    ISO 8601 timestamp when article was created

    updated_atstring

    ISO 8601 timestamp when article was last updated

  • ]
  • cursorstring

    The cursor for the next page of results

    has_moreboolean

    Whether there are more records