Get tracker
Get a specific tracker by its public ID
Authorizations
API key authentication using Bearer token format
Path Parameters
Tracker public ID
Response
Tracker details
A tracker defines a metric monitored across portfolio companies (e.g. ARR, headcount, cash balance). Concrete extracts tracker values from incoming emails, files, and meetings automatically; values can also be entered manually.
Tracker public ID
"abc123def456"
Tracker name
"ARR"
Data type of the tracker. Determines the JSON type of each value's
value field: boolean → boolean, text → string,
money/number/percent/score → number.
money, number, percent, boolean, text, score "money"
Whether automatic extraction from incoming content is enabled
When the tracker was created
When the tracker definition was last updated
Preferred display unit for values (e.g. "USD", "employees")
"USD"
What this tracker measures
"Annual recurring revenue as most recently reported"
Constraints on how values for this tracker are reported.
Use it to interpret the period fields on
values and the bounds of score trackers. Discriminated by kind;
see each variant for details. Trackers without period semantics
(e.g. boolean or text trackers) have a null valuePolicy.
- Option 1
- Option 2
- Option 3
{
"kind": "period_total",
"cadence": {
"allowed": [{ "unit": "quarter", "length": 1 }],
"preferred": { "unit": "quarter", "length": 1 }
}
}
