Hanzo
OpenapiTranslate

List returns the org's own translation-memory entries, newest first, optionally…

List returns the org's own translation-memory entries, newest first, optionally narrowed to one target language and/or one position on the review ladder.

GET /v1/translate/memory

Addresshttps://api.hanzo.ai/v1/translate/memory
MethodGET
Operationget_translate_memory
AuthAuthorization: Bearer $HANZO_API_KEY

List returns the org's own translation-memory entries, newest first, optionally narrowed to one target language and/or one position on the review ladder. It is the review lane's read: what a human reviewer works through.

The org is ALWAYS the validated principal's org, never a request field, so one tenant can never read another's memory — the entries hold customer source text.

Request

3 fields.

FieldInTypeRequiredDescription
targetquerystringTarget narrows to one target language tag (BCP-47, e.g.
statequerystringState narrows to one position on the review ladder: machine, suggested, approved or published.
limitqueryintegerLimit caps the rows returned.

Response

StatusBodyMeaning
200MemoryPageok

200 body — 9 fields.

FieldInTypeAlwaysDescription
databodyMemoryEntry[]Data is the matching memory entries, newest first.
data[].actorbodystringActor is the validated user id that last wrote this entry by hand.
data[].glossary_versionbodystringGlossary is the glossary VERSION the entry was translated under — the digest version() derives from the terms, so changing a term changes the key and the stale…
data[].sourcebodystringSource is the ORIGINAL string this entry translates.
data[].statebodystringState is the entry's position on the review ladder: machine, suggested, approved or published.
data[].targetbodystringTarget is the target language tag (BCP-47, e.g.
data[].textbodystringText is the stored translation.
data[].tierbodystringTier is the engine tier the entry belongs to, quality or bulk.
data[].updated_atbodyintegerUpdatedAt is the unix second the entry last changed.

Failure carries the platform error shape — see Errors.

Examples

hanzo translate memory get

Translate API · All Hanzo APIs · Interactive reference

How is this guide?

On this page