list_strategy_claims
The strategy session’s reviewable claims — facts and assumptions about the business (competitors, audience, differentiators, messaging, …) with state and confidence. Branch-scoped, superseded claims excluded: the Brand Profile canvas as data.
DISPUTED means the user removed the claim on the canvas — treat it as rejected, don’t build on it.
Parameters#
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
dimension | string | no | e.g. competitor, audience, differentiator, messaging | |
session_id | string | no | Branch to read; omit for pinned-else-latest | |
limit | integer | no | 100 | Max claims (max 300) |
offset | integer | no | 0 | Pagination offset |
Returns#
json
{
"claims": [
{
"id": "fact_abc123",
"dimension": "competitor",
"key": "acme",
"value_text": "Acme Corp — premium positioning, aggressive Meta spend",
"value": { "name": "Acme Corp", "domain": "acme.com" },
"state": "confirmed",
"confidence": 0.8,
"source_authority": "research",
"updated_at": "2026-07-01T10:00:00+00:00"
}
],
"total": 42,
"offset": 0,
"limit": 100,
"has_more": false,
"session": { "id": "ssess_abc123", "version": 7 },
"source": "adlyse.strategy@v1"
}Errors#
error_type | When |
|---|---|
auth_error | Missing / invalid API key |
(An org with no strategy session returns an empty list, not an error.)