v7

latestOpenAPI 3.0.3raw.githubusercontent.com2026-08-013764062.2 MB
Strategies

Get strategies that use a context field

Retrieves a list of all strategies that use the specified context field. If the context field doesn't exist, returns an empty list of strategies

get/api/admin/context/{contextField}/strategies

Path parameters

contextFieldstring required

Response

contextFieldStrategiesSchema

Example response

{
  "strategies": [
    {
      "id": "433ae8d9-dd69-4ad0-bc46-414aedbe9c55",
      "featureName": "best-feature"
    }
  ]
}