Retrieve a translation group
Retrieves a single translation group by resource type (workflow, layout) and resource ID (workflowId, layoutId)
Authorization
Authorization<token>API key authentication. Allowed headers-- "Authorization: ApiKey <api_key>".
In: header
Authorization<token>API key authentication. Allowed headers-- "Authorization: ApiKey <api_key>".
In: header
Path Parameters
resourceTypeRequiredstringResource type
Value in:
"workflow" | "layout"resourceIdRequiredstringResource ID
Header Parameters
idempotency-keystringA header for idempotency purposes
Response Body
Translation group details
resourceIdRequiredstringResource identifier (slugified ID)
resourceTypeRequiredstringResource type
Value in:
"workflow" | "layout"resourceNameRequiredstringResource name (e.g., workflow name)
localesRequiredarray<string>Array of available locales for this resource
outdatedLocalesarray<string>Locales that are outdated compared to the default locale (only present when there are outdated locales)
createdAtRequiredstringCreation timestamp
updatedAtRequiredstringLast update timestamp