cURL
curl --request GET \ --url https://statsigapi.net/console/v1/experiments/{id}/diagnostics_checks \ --header 'STATSIG-API-KEY: <api-key>'
{ "message": "<string>", "data": { "experimentName": "<string>", "type": "daily_cumulative_checks", "startDate": "<string>", "endDate": "<string>", "data": [ { "date": "<string>", "results": [ { "group_name": "<string>", "group_id": "<string>", "count": 123 } ] } ], "unit_id_type": "<string>" } }
id
daily_cumulative_checks
unique_ids
Start date in YYYY-MM-DD format
"2024-01-01"
End date in YYYY-MM-DD format
Get Experiment Checks Diagnostics Success
A simple string explaining the result of the operation.
A single result.
Show child attributes
Was this page helpful?