This API provides the current count of segments (progress data).
Every time this API is called, it returns the most up-to-date information. Consequently, these numbers will change dynamically over time. The data retrieved from this API call is utilized to calculate the progress percentage in the UI.
The call returns the following information:
Counts of characters, words, and segments for each of the locked, confirmed, and completed categories. In this context,
completed is defined as confirmed
+ locked
- confirmed and locked
.
The number of added words if the Update source operation has been performed on the job. In this context, added words are defined as the original word count plus the sum of words added during all subsequent update source operations.
The count of segments where relevant machine translation (MT) was available (machineTranslationRelevantSegmentsCount) and the number of segments where the MT output was post-edited (machineTranslationPostEditedSegmentsCount).
A breakdown of Quality assurance results, including the number of segments on which it was performed, the count of warnings found, and the number of warnings that were ignored.
Additionally, a breakdown of the aforementioned information from the previous Workflow step is also provided.
successful operation
The response is of type object
.