cURL
curl --request GET \ --url https://statsigapi.net/console/v1/dynamic_configs/{id}/rule/{ruleId} \ --header 'STATSIG-API-KEY: <api-key>'
{ "message": "Dynamic Config rules read successfully.", "data": { "id": "6jQEnu1fCnXqjXhm1qGEnt", "baseID": "6jQEnu1fCnXqjXhm1qGEnt", "name": "Other2", "passPercentage": 80, "conditions": [], "environments": null, "completedAutomatedRollouts": [], "pendingAutomatedRollouts": [] } }
Optional header to respect review settings for mutation endpoints.
Dynamic Config ID
Rule ID
Get Specific Dynamic Config Rule Response
A simple string explaining the result of the operation.
A single result.
Show child attributes
Was this page helpful?