GET
/
console
/
v1
/
gates
/
{id}
/
rules
curl --request GET \
  --url https://statsigapi.net/console/v1/gates/{id}/rules \
  --header 'STATSIG-API-KEY: <api-key>'
{
  "message": "Gate rules read successfully.",
  "data": {
    "rules": [
      {
        "name": "NA",
        "passPercentage": 90,
        "conditions": [
          {
            "type": "country",
            "operator": "any",
            "targetValue": [
              "CA"
            ]
          }
        ],
        "environment": "production",
        "id": "LcDWo6mFrWaS3DtoKtEAfg1"
      }
    ]
  }
}

Authorizations

STATSIG-API-KEY
string
header
required

Headers

x-respect-review-settings
string

Optional header to respect review settings for mutation endpoints.

Path Parameters

id
string
required

id

Response

200 - application/json
Get gate rules response
message
string
required

A simple string explaining the result of the operation.

data
object[]
required

Array of results returned by pagination limit.

pagination
object
required

Pagination metadata for checking if there is next page for example.