Create a view
Views
Create a view
Creates a view from exactly one source: an existing from_search_id handle or a full search_request. A view is either materialized (membership and rank frozen at creation) or live (the query re-runs on read). Use materialized views for deterministic, repeatable analysis.
POST
Create a view
Authorizations
API token issued from the Splendor console.
Headers
Selects the tenant (workspace) the request acts within.
Body
application/json
Minimum string length:
1Required string length:
1 - 255Example:
{
"aggregations": [],
"collapse": null,
"content_filter": "text",
"cursor": null,
"dataset_scope": "selected",
"datasets": ["app-logs"],
"limit": 20,
"max_expansion_terms": 10,
"q": null,
"semantic": false,
"semantic_min_score": null,
"text": "timeout",
"time": null,
"where": []
}Response
Successful Response
The response is of type object.