Knowledge Base API
GET/api/v1/kb-articles/templates
Product availabilityAlgaPSAAlgaDesk

List KB article templates

Returns KB article templates for the tenant, optionally filtered by the article_type query parameter, ordered by name.

RBAC · document

Query parameters

article_typestringOptional

Response body

Success response 200 · schema KbTemplateListResponse

dataarray of objectRequired
itemsobject
template_idstring <uuid>Required
namestringRequired
article_typestring
Enum: how_tofaqtroubleshootingreference

Response codes

200
Available templates.
400
Invalid request.
401
API key missing/invalid.
403
Caller lacks the required document permission.
500
Unexpected error.