Skip to main content
GET
TypeScript

Authorizations

Authorization
string
header
required

API key authentication. Allowed headers-- "Authorization: ApiKey <novu_secret_key>".

Headers

idempotency-key
string

A header for idempotency purposes

Path Parameters

resourceType
enum<string>
required

Resource type

Available options:
workflow,
layout
resourceId
string
required

Resource ID

Response

Translation group details

resourceId
string
required

Resource identifier (slugified ID)

Example:

"welcome-email"

resourceType
enum<string>
required

Resource type

Available options:
workflow,
layout
Example:

"workflow"

resourceName
string
required

Resource name (e.g., workflow name)

Example:

"Welcome Email Workflow"

locales
string[]
required

Array of available locales for this resource

Example:
createdAt
string
required

Creation timestamp

Example:

"2024-01-01T00:00:00.000Z"

updatedAt
string
required

Last update timestamp

Example:

"2024-01-01T00:00:00.000Z"

outdatedLocales
string[]

Locales that are outdated compared to the default locale (only present when there are outdated locales)

Example: