---
title: "List job comments"
method: GET
path: "/projects/{project_id}/jobs/{job_id}/comments"
tags: ["Job Comments"]
---

# List job comments

`GET /projects/{project_id}/jobs/{job_id}/comments`

List all comments for a job.

## Path parameters

- `project_id` string, required
- `job_id` string, required

## Query parameters

- `branch` string
- `order` string

## Headers

- `X-PhraseApp-OTP` string

## Response `200`

OK

- JobComment[]
  - `id` string
  - `message` string
  - `job_id` string
  - `user` UserPreview
    - `id` string
    - `username` string
    - `name` string
    - `gravatar_uid` string
  - `created_at` string, date-time
  - `updated_at` string, date-time
  - `mentioned_users` UserPreview[]
    - `id` string
    - `username` string
    - `name` string
    - `gravatar_uid` string

## Other responses

- `400` — Bad request. The request could not be parsed or a parameter failed validation. Verify the request body, the content type, and the parameter types, then retry.
- `404` — Not found. The requested resource does not exist or is not visible to the authenticated user. Verify the identifiers in the request path and that the token has access to them, then retry.
- `429` — Too many requests. The rate limit has been exceeded. Wait until the time indicated by the `X-Rate-Limit-Reset` response header before retrying.

---

[API](https://skmtc.net/phrase/apis/control-hub-service.md) · [All operations](https://skmtc.net/phrase/apis/control-hub-service/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/phrase/control-hub-service/versions/98ecac7ba2bf/schema)
