# List translations for a template Endpoint: GET /v2/projects/{project_id}/templates/{template_id}/translations Version: 2.0 Security: Basic, oAuth2 ## Path parameters: - `project_id` (string, required) Required. The project ID. - `template_id` (string, required) Required. The ID of the template to fetch. ## Query parameters: - `language_code` (string) Optional. The translation's language code. - `translation_version` (string) Optional. The translation's version. ## Response 200 fields (application/json): - `translations` (array) ## Response default fields (application/json): - `error` (object) - `error.code` (integer) - `error.details` (array) - `error.details.type_url` (string) - `error.details.value` (string) - `error.message` (string) - `error.status` (string)