v7

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

[BETA] Get strategies that use a context field

[BETA] This API is in beta state, which means it may change or be removed in the future.

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/projects/{projectId}/context/{contextField}/strategies

Path parameters

projectIdstring required
contextFieldstring required

Response

contextFieldStrategiesSchema

Example response

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