Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://statsigapi.net/console/v1/metrics \ --header 'STATSIG-API-KEY: <api-key>'
{ "message": "Metric read successfully.", "data": [ { "value": 0, "unit_type": "overall", "numerator": null, "denominator": null, "metric_name": "TestMetricCapi", "metric_type": "sum" }, { "value": 0, "unit_type": "userID", "numerator": null, "denominator": null, "metric_name": "TestMetricCapi", "metric_type": "sum" } ] }
Optional header to respect review settings for mutation endpoints.
The unique identifier of the metric
Get metric data on given date response
A simple string explaining the result of the operation.
Array of results returned by pagination limit.
Show child attributes
Pagination metadata for checking if there is next page for example.