v5
OpenAPI 3.1.02026-08-025631,1012.8 MBTemplates
Namespace Templates
List Namespace Templates
List namespace templates (system + organization + user).
get/v1/templates/namespaces
Query parameters
categorystring nullable
Filter by category
Filter by category
scope'system' | 'organization' | 'user' | 'public'
Scope of template availability.
system: Mixpeek-provided, available to all orgs organization: Private to org members user: Private to creator only public: User-created, discoverable by all orgs (marketplace)
Filter by scope (system, organization, or user)
is_activeboolean
Show only active templates
Show only active templates
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"
}
]