---
title: "Retrieve master translations JSON"
method: GET
path: "/v2/translations/master-json"
tags: ["Translations"]
---

# Retrieve master translations JSON

`GET /v2/translations/master-json`

Retrieve all translations for a locale in master JSON format organized by resourceId (workflowId)

## Query parameters

- `locale` string

## Headers

- `idempotency-key` string

## Response `200`

Master translations JSON retrieved successfully

- GetMasterJsonResponseDto
  - `workflows` object, required — All translations for given locale organized by workflow identifier
  - `layouts` object, required — All translations for given locale organized by layout identifier

---

[API](https://skmtc.net/novu/apis/novu-api.md) · [All operations](https://skmtc.net/novu/apis/novu-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/novu/novu-api/revisions/c2b2fa0d5d48/schema)
