v5
latestOpenAPI 3.1.02026-08-025631,1012.8 MBTemplates
Taxonomy Templates
List Taxonomy Templates
List taxonomy templates (system + organization + user).
Supports filtering, sorting, and search like other list operations.
post/v1/templates/taxonomies
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
}