List published content
List content that is published or scheduled
GET
List published content
Returns a paginated list of content with
posting_status of published or scheduled. Use this endpoint to discover which content is ready for your CMS or website integration.
Scope required: content:read
Query parameters
integer
default:"25"
Results per page (1-100).
string
Pagination cursor from a previous response.
string
Filter by posting status:
published or scheduled. Omit to return both.Response
Each item in the response includes publishing metadata alongside the standard content fields.string
Posting status:
published or scheduled.string | null
URL slug for the published content.
string | null
ISO 8601 publish or scheduled date in UTC.
string | null
ISO 8601 timestamp in UTC when the content was first published. Null for scheduled content.
All date and time fields — including scheduled post dates — are returned in UTC with a
+00:00 offset. Convert to the appropriate local timezone on your side before displaying to end users.string | null
Fully-resolved URL of the featured image.
string | null
Best available public URL for citing this article (posting canonical → published → posted).
To retrieve the full publish payload (HTML body, SEO metadata, social tags, schema) for a specific content item, use the Get publish data endpoint.
Authorizations
Your Hrizn API key (prefix hzk_)
Query Parameters
Number of results per page
Required range:
1 <= x <= 100Base64-encoded pagination cursor
Filter by posting status. Omit to return both.
Available options:
published, scheduled Last modified on July 26, 2026
