This endpoint displays the translation progress for a project via its custom ID, with an option to check progress for specific tasks using a task ID. For detailed instructions on getting translation progress by custom IDs, refer to the Translation Progress guide.

Note

For detailed instructions on making requests and viewing responses directly on the platform, including sample responses, please refer to the 'Step-by-Step Guide to Making Requests Directly on the Platform' section in the Quick Start Guide.


ℹ️

Instructions

Ensure that your request includes the necessary headers. To test the functionality of your request with specific path and query parameters, proceed as follows:

  1. Navigate to the HEADERS section below the Response Payload section.
  2. To configure the path and query parameters:
    • Locate the input field designated for the {customId} parameter in the "PATH PARAMS" section, found under the "Response Payload" section. Enter your desired value for {customId} in this input field.
    • Specify the taskId in the corresponding input field located in the "QUERY PARAMS" section.
    • Execute the test directly on the platform by clicking the "Try It!" button at the top-right of your screen to start your request and view your response.

❗️

Sample Response

To see a sample response, click the "EXAMPLES" dropdown at the top-right of your screen.

Response Payload

The following fields are returned after a successful request:

FieldTypeDescription
totalNumberThe total count of tasks or languages.
tasks.taskIdStringA unique identifier for the task.
tasks.totalNumberThe total count of items (e.g., words) processed in the task.
tasks.targetLanguages.languageIdNumberA unique identifier for the language.
tasks.targetLanguages.languageCodeStringThe ISO 639-3 code for the language.
tasks.targetLanguages.progressNumberThe percentage of items processed in the task.
languages.languageIdNumberA unique identifier for the language.
languages.languageCodeStringThe ISO 639-3 code for the language.
languages.progressNumberThe percentage of items processed in the language.
Language
Click Try It! to start a request and see the response here!