# Brain Feature Value Brain Feature Value Report ### Fields | Field | Time Windows | Rollups | |-------|---------------|-----------| || ||Any|Any| ||Any|Any| ||Any|Any| ||Any|Any| ||Any|Any| ||Any|Any| ||Any|Any| ||Any|Any| ||Any|Any| ||Any|Any| ||Any|Any| ||Any|Any| ||Any|Any| ||Any|Any| ||Any|Any| ||Any|Any| ||Any|Any| || ### Pageable Yes ### Time Windows , , ### Rollups Endpoint: POST /brain-feature-value Version: 1.0.0 Security: Auth0 ## Request fields (application/json): - `end_time` (string,null) - `fields` (array, required) - `filters` (array, required) - `filters.field` (string) - `filters.op` (string) * : Equals or contains if is an array * : Not equals * : Greater than * : Greater than or equals * : Less than * : Less than or equals * : Text contains (case-insensitive) * : All filters must match * : At least one filter must match - `filters.value` (any) - `full_entities` (array,null) - `order` (array, required) - `order.desc` (boolean) - `order.nulls_last` (boolean) - `pagination` (object,null) Streaming response if absent or , Paginated response otherwise - `pagination.page_index` (integer) - `pagination.page_size` (integer) - `rollup` (string, required) - `start_time` (string) - `time_window` (string) - `time_zone` (string) , or a time zone name defined in https://www.iana.org/time-zones ## Response 200 fields (application/json): - `meta` (object) - `meta.items_count` (integer) - `meta.page_index` (integer) - `meta.status` (string) Enum: "ok" - `meta.total_items_count` (integer) - `meta.total_pages` (integer) - `results` (array) ## Response 400 fields (application/json): - `error_code` (string) - `message` (string) - `request_id` (string) ## Response 401 fields (application/json): - `error_code` (string) - `message` (string) - `request_id` (string) ## Response 5XX fields (application/json): - `error_code` (string) - `message` (string) - `request_id` (string)