Skip to main content
GET
Get Content
Retrieve a single Content Studio article with its full markdown content, outline, metadata and sources. This is the endpoint to call from a CMS automation once you have an article ID from List Content.
string
required
Bearer token. Example: Bearer qw-api-xxx

Path Parameters

string
required
The unique identifier of the brand
string
required
The unique identifier of the article

Response

boolean
Indicates if the request was successful
object
id, name, domain
object
A 404 RESOURCE_NOT_FOUND is returned if the article does not exist or does not belong to the brand.

Example Request

Example Response