English
cURL
curl "https://api.phrase.com/v2/projects/:project_id/jobs/:job_id/annotations" \ -u USERNAME_OR_ACCESS_TOKEN \ -X GET
[ { "name": "priority", "value": "high", "created_at": "2023-10-01T12:00:00Z", "updated_at": "2023-10-01T12:00:00Z" } ]
Retrieve a list of annotations for a job.
Enter your token in the format token TOKEN
token TOKEN
Two-Factor-Authentication token (optional)
Project ID
Job ID
Branch to use
OK
Was this page helpful?