v1
latestOpenAPI 3.0.0Proprietary2026-07-26316155742.7 KBJob 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
Example response
[
{
"name": "priority",
"value": "high",
"created_at": "2023-10-01T12:00:00Z",
"updated_at": "2023-10-01T12:00:00Z"
}
]