Ollang API Reference
Get Memory Import Job
Track the progress of a memory import job
GET
Returns the progress of an import job created by Import Memory Items (or by a dashboard file upload), including the vectorization step that makes the imported units available to semantic matching.
Imported units are matched by exact lookup as soon as the job’s
status reaches completed; semantic matching becomes available once vectorizationStatus also reaches completed.
Authorizations
This endpoint requires API key authentication.- Header name:
X-Api-Key - Header value: Your API key from the Ollang dashboard
Path Parameters
string
required
The import job’s unique identifier, as returned by the import endpoint.
Response
string
Identifier of the import job.
string
Status of the import:
pending, processing, completed, or failed.number
Import progress percentage (0–100).
number | null
Number of translation units imported.
null until the job completes.string | null
Human-readable error message when the job failed.
string | null
Completion timestamp (ISO 8601).
null until the job completes.string | null
Status of the vectorization step:
pending, processing, completed, or failed.number | null
Vectorization progress percentage (0–100).
string | null
Human-readable error message when vectorization failed.
string | null
Vectorization completion timestamp (ISO 8601).