Knowledge Base

Get Brand Facts

Lists a website's brand facts, newest first, with offset paging. Filter by pillar, review status (defaults to approved), source type, or unfiled=true for facts not under any published pillar. unfiled and pillar_id are mutually exclusive. Also available as the MCP tool get_brand_facts.

get/api/v1/knowledge-base/facts

Query parameters

website_idstring uuid required

The website whose Knowledge Base to read.

pillar_idstring uuid

Only facts filed under this pillar.

status'approved' | 'pending' | 'rejected'

Review-status bucket to list.

source_type'research' | 'response' | 'upload' | 'content_hub'

Only facts that entered through this source.

unfiled'true' | 'false'

When "true", only facts not filed under any published pillar. Mutually exclusive with pillar_id.

limitinteger

Page size.

offsetinteger

Rows to skip.

Response

Successful response with one page of facts and the uncapped total

totalinteger required

Total facts matching the filters, ignoring paging.

Changes

No recorded changes to this endpoint across all 1 revision of this API.