v1
latestOpenAPI 3.1.02026-07-2676188241.3 KBTemplates (Classic)
List Templates
Retrieves a list of templates with optional filters for organization, language, and status.
get/templates/
Query parameters
orgstring[]
Filter templates by organization.
Filter templates by organization.
langstring[]
Filter templates by language.
Filter templates by language.
statusstring[]
Filter templates by their status.
Filter templates by their status.
Headers
Tenant-Namestring required
Identifies a distinct entity within Corti's multi-tenant system. Ensures correct routing and authentication of the request.
Example:base
Identifies a distinct entity within Corti's multi-tenant system. Ensures correct routing and authentication of the request.
Response
List of Templates
Example response
{
"data": [
{
"documentationMode": "global_sequential",
"templateSections": [
{
"section": {
"documentationMode": "global_sequential"
}
}
]
}
]
}