Skip to main content
GET
Get an article

Authorizations

Authorization
string
header
required

A Searchable API key, created under Settings → Workspace → Integrations. Send as Authorization: Bearer sea_xxxxx. Every key carries one or more scopes (read, write, admin) and may optionally be bound to a single project — see Getting started.

Path Parameters

articleId
string<uuid>
required

The article/content-piece id.

Response

Article detail.

article
object
required

Content-piece detail. content-v2 and legacy sources share this shape; some fields (e.g. targetKeyword, tldr, summary, outline on the content-v2 branch) are always null for that source today.

project
object | null