List a template's language variants (draft + published)
Authorizations
Section titled “Authorizations”Parameters
Section titled “Parameters”Path Parameters
Section titled “Path Parameters”projectId
required
string
Tenant project id (row-level isolation on every query).
templateId
required
string
Email template id.
Responses
Section titled “Responses”Locale variants.
Media typeapplication/json
object
locales
Array<object>
object
id
string
projectId
string
templateId
string
locale
string
subject
string
htmlBody
string
textBody
string | null
status
string
origin
string
createdBy
string | null
createdAt
string | null format: date-time
updatedAt
string | null format: date-time
Not authenticated (no valid session/principal).
Media typeapplication/json
object
error
required
Human-readable error message.
string
message
string
Examplegenerated
{ "error": "example", "message": "example"}Authenticated but lacks the required project role.
Media typeapplication/json
object
error
required
Human-readable error message.
string
message
string
Examplegenerated
{ "error": "example", "message": "example"}Resource not found (or belongs to another project — indistinguishable).
Media typeapplication/json
object
error
required
Human-readable error message.
string
message
string
Examplegenerated
{ "error": "example", "message": "example"}