cURL
curl --request GET \ --url https://statsigapi.net/console/v1/experiments/{id}/context \ --header 'STATSIG-API-KEY: <api-key>'
{ "message": "<string>", "data": { "experimentID": "<string>", "context": "<string>" } }
Optional header to respect review settings for mutation endpoints.
id
Get Experiment Context Success
A simple string explaining the result of the operation.
A single result.
Show child attributes
Was this page helpful?