Documentation Index
Fetch the complete documentation index at: https://docs.getcitable.com/llms.txt
Use this file to discover all available pages before exploring further.
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
| Field | Type | Default | Meaning |
|---|---|---|---|
actionType | 'content' | 'outreach' | 'technical' | 'operational' | 'paid' | none | Filter by action category. |
outcomeStatus | 'pending' | 'measured' | 'inconclusive' | 'failed' | none | pending = still inside the 30-day window. measured = delta computed. |
limit | int (1–100) | 20 | Page size. |
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.