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

# List job annotations

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

Retrieve a list of annotations for a job.

## Path parameters

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

## Query parameters

- `branch` string

## Headers

- `X-PhraseApp-OTP` string

## Response `200`

OK

- JobAnnotation[]
  - `name` string, required
  - `value` string, required
  - `created_at` string, date-time
  - `updated_at` string, date-time

---

[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/revisions/98ecac7ba2bf/schema)
