check_import_status
Monitor the progress of a TMX import job by polling with the import ID. Track completion status until the import is fully processed.
Instructions
Checks the status of a TMX import job started by import_tmx. Poll this tool with the import_id returned from import_tmx until the import is complete. The response includes a progress field to track completion.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The ID of the import job |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Import job identifier | |
| begin | No | Begin offset of the import | |
| end | No | End offset of the import | |
| channel | No | Channel identifier used by the import | |
| size | No | Total number of units in the import | |
| progress | No | Import progress between 0 and 1 (1 means complete) |