PropertyKeysRequestBody
June 4, 2025 ยท View on GitHub
Query Property Keys Params
Example Usage
import { PropertyKeysRequestBody } from "@inkeep/inkeep-analytics/models/components";
let value: PropertyKeysRequestBody = {
field: "properties",
views: [
"events_view",
"conversations_view",
"semantic_threads_view",
"feedback_view",
],
};
Fields
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
field | components.PropertyKeysRequestBodyField | :heavy_check_mark: | N/A | |
views | components.Views[] | :heavy_minus_sign: | Optional list of views to query (defaults to all views) | [ "events_view", "conversations_view", "semantic_threads_view", "feedback_view" ] |
where | components.Where | :heavy_minus_sign: | N/A |