Get a template

View as Markdown

Returns a single template owned by the authenticated owner.

Unlike chat-time template resolution, this endpoint does not allow fetching another owner’s template by UUID.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

template_idstringRequired

Response

The requested template.
idstringformat: "uuid"
namestring
is_globalboolean
created_atdatetime
updated_atdatetime
ownerstring or null
descriptionstring or null
systemstring or null
messageslist of objects or null
modelstring or null
paramsobject or null
variableslist of strings or null

Errors

401
Unauthorized Error
403
Forbidden Error
404
Not Found Error