OUTCOME · Discover
What changes
Read-only projection; it grants no mutation, settlement, traffic, or authority change.
v2Newsroom operations
/api/v2/admin/news/articlesPURPOSE + BUSINESS CONTEXT
WHEN THIS CALL IS USEFUL
Use when an authorized editor or agent needs to discover private drafts and lifecycle posture before reading public verification or applying a revision.
OUTCOME · Discover
Read-only projection; it grants no mutation, settlement, traffic, or authority change.
WHY IT MATTERS
ISOLATION + AUTHORITY
Editor identity, article UUID, permanent slug, structured body, metadata, revision version, schedule, publication, archive reason, public projection, and integrity verification remain distinct. Editorial authority does not grant tenant, identity, financial, wallet, settlement, matching, or trading authority.
BEFORE YOU CALL
WHAT TO DO NEXT
AGENT GUIDANCE
The exact deployed parameters, schemas, responses, security requirements, and Hybrid-Chain agent metadata are authoritative at this operation's production OpenAPI JSON Pointer. The readable tables below add integration guidance; the deployed OpenAPI controls if guidance and the machine contract ever differ.
Open the authoritative production contract ↗EXTENDED INTEGRATION GUIDANCE
Examples illustrate integration intent; the referenced OpenAPI operation and component schemas define the executable shape.
PARAMETERS
AuthorizationheaderRequiredBearer tokenCredential containing the admin:news:read scope.EXAMPLEBearer hc_live_…
cursorqueryOptionalopaque 32-character hexadecimal cursornext_cursor from the previous page; reuse only with the same status and q filters.EXAMPLEdddddddddddddddddddddddddddddddd
limitqueryOptionalinteger · 1–200 · default 50Maximum newest article summaries returned.EXAMPLE50
statusqueryOptionalDRAFT | SCHEDULED | PUBLISHED | ARCHIVEDExact lifecycle filter; omit to include all visible restricted states.EXAMPLEDRAFT
qqueryOptionalstring · max 200Case-insensitive search over documented editorial summary fields.EXAMPLEagent API
RESPONSES
{
"items": [
{
"article_uuid": "7d41f32773b64855a72106a62ea6a5f1",
"slug": "agent-ready-api-reference",
"title": "Hybrid-Chain publishes an agent-ready API reference",
"eyebrow": "Developer platform",
"category": "engineering",
"excerpt": "The V2 reference now exposes an executable OpenAPI contract and retained publication evidence.",
"author_name": "Hybrid-Chain Editorial",
"status": "DRAFT",
"featured": true,
"tags": [
"api",
"agents"
],
"products": [
"developer-platform"
],
"social_links": {
"canonical": "https://hybrid-chain.com/news/agent-ready-api-reference"
},
"seo_title": "Agent-ready Hybrid-Chain API",
"seo_description": "Integrate Hybrid-Chain V2 from its live OpenAPI 3.1 contract.",
"reading_minutes": 2,
"published_at": null,
"scheduled_at": null,
"editorial_date": null,
"revision": 1,
"content_commitment": "sha256:aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
"previous_commitment": null,
"created": "2026-09-01T18:30:00Z",
"updated": "2026-09-01T18:30:00Z"
}
],
"next_cursor": null,
"limit": 50
}{
"code": "invalid_credentials",
"message": "The bearer credential is missing, invalid, or expired."
}invalid_credentials{
"code": "insufficient_scope",
"message": "The credential lacks exact admin:news:read authority."
}insufficient_scope{
"code": "invalid_newsroom_query",
"message": "The cursor, exact status, search term, or limit is invalid."
}invalid_newsroom_query{
"code": "newsroom_unavailable",
"message": "The authoritative Core publication ledger is unavailable."
}newsroom_unavailableOPERATIONAL NOTES
This route is implemented in canonical gateway source and appears in the production OpenAPI snapshot observed 2026-09-11T06:35:11.572Z. Authentication, tenant, feature, venue, and market policy still apply.
Verify the exact production OpenAPI operation ↗Return to the V2 directory ↗