List tracker values
List the value history for one tracker across all portfolio companies, with pagination support.
Statuses: by default both suggested (extracted, awaiting review) and
confirmed values are returned; rejected values are excluded unless
explicitly requested via the status parameter.
Authorizations
API key authentication using Bearer token format
Path Parameters
Tracker public ID
Query Parameters
Token for pagination to get next page
Number of results per page (default: 100, max: 100)
1 <= x <= 100Only values for this company
Only values with these review statuses. Repeat the parameter to pass
multiple (e.g. ?status=confirmed&status=rejected).
suggested, confirmed, rejected Only values effective on or after this date (inclusive, YYYY-MM-DD)
Only values effective on or before this date (inclusive, YYYY-MM-DD)
Only values changed at or after this instant (inclusive, ISO 8601). "Changed" covers content edits and review-status changes.
Sort order. May be effectiveAt, the date the value is valid for, or updatedAt, the date the value was last changed. Both newest first.
effectiveAt, updatedAt 
