v1

latestOpenAPI 3.0.0Proprietary2026-07-26316155742.7 KB
Job Comments

List job comments

List all comments for a job.

get/projects/{project_id}/jobs/{job_id}/comments

Path parameters

project_idstring required

Project ID

job_idstring required

Job ID

Query parameters

branchstring

Branch to use

orderstring

Order direction. Can be one of: asc, desc.

Headers

X-PhraseApp-OTPstring

Two-Factor-Authentication token (optional)

Response

OK

idstring
messagestring
job_idstring
created_atstring date-time
updated_atstring date-time

Example response

[
  {
    "id": "abcd1234cdef1234abcd1234cdef1234",
    "message": "Some message...",
    "job_id": "abcd1234cdef1234abcd1234cdef1234",
    "user": {
      "id": "abcd1234cdef1234abcd1234cdef1234",
      "username": "joe.doe",
      "name": "Joe Doe"
    },
    "created_at": "2015-01-28T09:52:53Z",
    "updated_at": "2015-01-28T09:52:53Z"
  }
]