Read Single Metric Value
get
https://statsigapi.net/console/v1/metricsAuthorizations
STATSIG-API-KEYstringrequiredapiKey (header)
Query parameters
idstringrequiredThe unique identifier of the metric with format <metric_id>::<type>
datestringrequiredExpected valid date in the form of YYYY-MM-DD
Response
application/json200· Get metric data on given date response
messagestringrequiredA simple string explaining the result of the operation.
dataobject[]requiredShow child attributes
value[]numberrequiredMetric value for the given unit_type
unit_type[]stringrequiredUnit of the metric: stableID, userID, and other custom ids
row_count[]numberRow count for imported metric, optional
numerator[]numberNumerator of a ratio metric, optional
denominator[]numberDenominator of a ratio metric, optional
paginationobjectrequiredPagination metadata for checking if there is next page for example.
401· This endpoint only accepts an active CONSOLE key, but an invalid key was sent. Key: console-xxxXXXxxxXXXxxx
statusintegerrequiredmessagestringrequiredWas this helpful?