Skip to main content
GET
Get Brand Facts

Authorizations

x-api-key
string
header
required

API key for authentication. You can create one here.

Query Parameters

website_id
string<uuid>
required

The website whose Knowledge Base to read.

pillar_id
string<uuid>

Only facts filed under this pillar.

status
enum<string>
default:approved

Review-status bucket to list.

Available options:
approved,
pending,
rejected
source_type
enum<string>

Only facts that entered through this source.

Available options:
research,
response,
upload,
content_hub
unfiled
enum<string>

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

Available options:
true,
false
limit
integer
default:50

Page size.

Required range: 1 <= x <= 200
offset
integer
default:0

Rows to skip.

Required range: x >= 0

Response

Successful response with one page of facts and the uncapped total

facts
object[]
required
total
integer
required

Total facts matching the filters, ignoring paging.