Skip to main content

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

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_at is null until then.
  • delta_metrics is only populated when outcome_status === 'measured'. For 'inconclusive' or 'failed' outcomes, inspect measurement_metrics and baseline_metrics directly.
  • Brand-scoped at the query layer. No cross-brand reads possible from any API key.