---
title: "Get Translations"
method: GET
path: "/translations"
tags: ["translations"]
---

# Get Translations

`GET /translations`

Retrieve all existing translations

## Query parameters

- `mock` boolean
- `id` string[]
- `resourceUri` string, string
- `locale` string, string
- `key` string[]
- `perPage` integer
- `pageAfter` string
- `order` 'asc' | 'desc'
- `orderBy` string

## Response `200`

Return an array of data responses

- object
  - `data` TranslationDataResponse[], required — Array of data response objects
    - `type` string — Type of resource
    - `id` string, uuid — UUID of resource; additional resource attributes will also be returned
    - `attributes` object — Attributes of resource
      - `locale` string, required — Locale of translation
      - `key` string, required — Translation key
      - `value` string, required — Translated text
      - `resourceUri` string — resourceUri of the translation
      - `createdAt` string, date-time — Date the resource was created
      - `updatedAt` string, date-time — Date the resource was last modified
      - `createdBy` string, uuid — User who created the translation resource
      - `updatedBy` union — User who updated the translation resource
        - string, uuid
        - unknown
    - `relationships` V10TranslationRelationships — Relationships of translation
      - `organization` OrganizationRelationship, required — Organization that the resource belongs to
        - `data` object
          - `type` string — Type of the organization
          - `id` string, uuid — UUID of the organization
    - `links` string — Links for resource
  - `links` Pagination, required
    - `self` string, required — Link to current page of data response
    - `next` string — Link to next page of data response

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.dev/brickworksoftware/apis/brickwork-software-api.md) · [All operations](https://skmtc.dev/brickworksoftware/apis/brickwork-software-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/brickworksoftware/brickwork-software-api/revisions/b06aa4f3b83c/schema)
