v1

latestOpenAPI 3.0.0Proprietary2026-07-26316155742.7 KB
Job Annotations

List job annotations

Retrieve a list of annotations for a job.

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

Path parameters

project_idstring required

Project ID

job_idstring required

Job ID

Query parameters

branchstring

Branch to use

Headers

X-PhraseApp-OTPstring

Two-Factor-Authentication token (optional)

Response

OK

namestring required
valuestring required
created_atstring date-time
updated_atstring date-time

Example response

[
  {
    "name": "priority",
    "value": "high",
    "created_at": "2023-10-01T12:00:00Z",
    "updated_at": "2023-10-01T12:00:00Z"
  }
]