Get Measured Results
get_resultsWhat completed work actually changed, measured before and after.
Every row is computed by Trakkr's pipeline from real data over a window that was frozen when the work was committed. Nothing here is self-reported, and nothing claims causation: a result says a metric moved in the window, not that the change caused it.
Verdicts:
earned: the metric cleared the bar the plan set.
no_change: it held steady.
harm: it fell. Reported as "coincided with a drop", never as damage the change is proven to have done.
couldnt_measure: the data needed was not available, and the reason says which.
Common recipes:
Did our work pay off: get_results(brand_id, verdict="earned")
What went backwards: get_results(brand_id, verdict="harm")
Args: brand_id: The brand (required). verdict: earned | no_change | harm | couldnt_measure. family: Narrow to one verb family. days: Optional 1-3650 day measured-history window. limit: 1-200. Default 50. cursor: Opaque cursor from a previous response's meta.next_cursor.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| days | No | ||
| limit | No | ||
| cursor | No | ||
| family | No | ||
| verdict | No | ||
| brand_id | Yes | ||
| user_intent | No | Analytics hint: the user's latest request in one short sentence. Omit secrets and prior chat. |