v1
latestOpenAPI 3.0.0Proprietary2026-07-26316155742.7 KBJobs
Get a single job
Get details on a single job for a given project.
get/projects/{project_id}/jobs/{id}
Path parameters
project_idstring required
Project ID
idstring required
ID
Query parameters
branchstring
Branch to use
include_annotationsboolean
Include job-locale annotations in the response
omit_translation_keysboolean
Omit translation keys in the response to reduce payload size for bigger jobs
Headers
X-PhraseApp-OTPstring
Two-Factor-Authentication token (optional)
Response
OK
Example response
{
"owner": {
"id": "abcd1234cdef1234abcd1234cdef1234",
"username": "joe.doe",
"name": "Joe Doe"
},
"job_tag_name": "Job_123",
"source_translations_updated_at": "2020-01-01T00:00:00Z",
"source_locale": {
"id": "abcd1234cdef1234abcd1234cdef1235",
"name": "de-DE",
"code": "de-DE"
},
"locales": [
{
"id": "abcd1234cdef1234abcd1234cdef1234",
"name": "English",
"code": "en-GB"
}
],
"keys": [
{
"id": "dbcd1234cdef1234abcd1234cdef1234",
"name": "greeting.hello"
}
]
}