kapi tm audit
kapi auditShow every TM entry written (or updated) by a specific kapi merge batch, so you can see what a particular return from a translator contributed to the project TM.
Origin provenance is stamped by kapi merge (source="merge", reference=<batch-id>, key=<source-rel>). Audit iterates the project TM, surfaces only TUs with at least one matching Origin, and prints source file, block hash, timestamp, and the originating XLIFF filename.
Examples:
kapi tm audit --batch <batch-id> # full listing kapi tm audit --batch <batch-id> --limit 50 # cap rows
Use "kapi tm stats" for global TM metrics (entry counts, per-locale breakdown). Audit is narrow by design — it answers "what did this merge do?".
Runs in your browser against a small sample file. Edit the command before running, or press Run to execute it as shown.
kapi tm audit| Flag | Type | Default | Description |
|---|---|---|---|
| --batch | string | kapi merge batch id to audit (required) | |
| --file | string | explicit path to resource file | |
| --limit | int | 0 | maximum rows to print (0 = all) |
| --local | bool | false | use resource in current directory |
| --name | string | named resource in KAPI_HOME (e.g. --name project-terms) |
← Back to the Command Reference