List Cluster Templates
List cluster templates (system + organization + user).
Supports filtering, sorting, and search like other list operations.
Request body
Example request
{
"category": "semantic_search",
"is_active": true,
"scope": "system",
"search": "semantic"
}Response
Successful Response
Example response
{
"results": [
{
"category": "semantic_search",
"description": "Simple text-based semantic search",
"internal_id": "system",
"is_active": true,
"is_public": true,
"name": "Basic Semantic Search",
"scope": "system",
"template_id": "tmpl_semantic_search",
"template_type": "retriever"
}
],
"total_count": 1
}Changes
Changed in 2 of the 30 revisions of this API.4
- ○
the endpoint scheme security
BearerAuth AND NamespaceHeaderwas added to the APIapi-security-added
This revision also has 3 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ○
added the optional property
results/items/example_queriesto the response with the200statusresponse-optional-property-added
- ○
added the optional property
results/items/materialize_estimateto the response with the200statusresponse-optional-property-added
- ○
added the optional property
results/items/whats_insideto the response with the200statusresponse-optional-property-added
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○