Retrieve a layout
Fetches details of a specific layout by its unique identifier layoutId
Authorization
Authorization
<token>API key authentication. Allowed headers-- "Authorization: ApiKey <api_key>".
In: header
Path Parameters
layoutId
RequiredstringHeader Parameters
idempotency-key
stringA header for idempotency purposes
Response Body
OK
_id
RequiredstringUnique internal identifier of the layout
layoutId
RequiredstringUnique identifier for the layout
slug
RequiredobjectSlug of the layout
name
RequiredstringName of the layout
isDefault
RequiredbooleanWhether the layout is the default layout
updatedAt
RequiredstringLast updated timestamp
updatedBy
objectUser who last updated the layout
createdAt
RequiredstringCreation timestamp
origin
RequiredstringOrigin of the layout
Value in:
"novu-cloud" | "novu-cloud-v1" | "external"
type
RequiredstringType of the layout
Value in:
"REGULAR" | "ECHO" | "BRIDGE"
variables
object | nullThe variables JSON Schema for the layout
controls
RequiredobjectControls metadata for the layout