v1

latestOpenAPI 3.0.0Proprietary2026-07-26316155742.7 KB
Organization Job Templates

Get a single organization job template

Get details on a single organization job template for a given account.

get/accounts/{account_id}/job_templates/{id}

Path parameters

account_idstring required

Account ID

idstring required

ID

Headers

X-PhraseApp-OTPstring

Two-Factor-Authentication token (optional)

Response

OK

idstring
namestring
briefingstring
autotranslate_enabledboolean

When true, jobs created from this template are auto-translated on creation. Maps to the autotranslate field on the request body.

source_locale_idstring nullable

Optional. ID of the source locale used by jobs created from this template. When omitted, the project's default source locale is used.

created_atstring date-time
updated_atstring date-time

Example response

{
  "owner": {
    "id": "abcd1234cdef1234abcd1234cdef1234",
    "username": "joe.doe",
    "name": "Joe Doe"
  },
  "creator": {
    "id": "abcd1234cdef1234abcd1234cdef1234",
    "username": "joe.doe",
    "name": "Joe Doe"
  },
  "locales": [
    {
      "id": "abcd1234cdef1234abcd1234cdef1234",
      "name": "English",
      "code": "en-GB"
    }
  ]
}