APIFeatures

Get feature flags

Feature flags enabled for the current organization.

GET/features

Feature flags enabled for the current organization.

Response Body

application/json

application/json

curl -X GET "https://example.com/features"
{  "enabled": [    "semantic_search"  ]}
{  "code": "bad_request",  "message": "string",  "validation_errors": [    {      "field": "string",      "message": "string",      "rule": "string"    }  ]}