mcp
Retrieves all multivariate options for a feature flag.
get/api/v1/projects/{project_pk}/features/{feature_pk}/mv-options/
Path parameters
feature_pkinteger required
project_pkstring required
Query parameters
pageinteger
A page number within the paginated result set.
Response
Example response
{
"count": 123,
"next": "http://api.example.org/accounts/?page=4",
"previous": "http://api.example.org/accounts/?page=2"
}