Get Namespace Template
Get namespace template details.
Path parameters
Template ID
Template ID
Response
Successful Response
Example response
{
"category": "semantic_search",
"configuration": {
"input_schema": {},
"stages": []
},
"created_at": "2025-01-15T12:00:00Z",
"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"
}Changes
Changed in 2 of the 32 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
example_queriesto the response with the200statusresponse-optional-property-added
- ○
added the optional property
materialize_estimateto the response with the200statusresponse-optional-property-added
- ○
added the optional property
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
- ○