What it does
Returns recent actions Citable has recorded for the brand, with their measured 30-day outcome deltas. This is the canonical “what did we do, and what happened next” history — the foundation for measuring whether actions actually move citation rate and share of voice over time.When to use
- “What did Citable do for me last month?”
- “Which actions actually moved citations?”
- “Show me the best-performing content actions.”
- “What’s still measuring (pending outcomes)?”
When not to use
- The user wants live recommendations — use
get_geo_priorities. - The user wants current visibility metrics — use
get_topical_authorityorget_paid_ads_insights. - The user wants a single action’s tree of child artifacts — use
get_action_with_children.
Inputs
Brand id is resolved from auth.
Response
Notes
- Outcome window is 30 days. A row with
outcome_status: 'pending'means the measurement window hasn’t completed yet for that action.outcome_resolved_atis null until then. delta_metricsis only populated whenoutcome_status === 'measured'. For'inconclusive'or'failed'outcomes, inspectmeasurement_metricsandbaseline_metricsdirectly.- Brand-scoped at the query layer. No cross-brand reads possible from any API key.