v1
latestOpenAPI 3.0.32026-07-265278189.1 KBManageGlossaries
Retrieve Glossary Details
Retrieve meta information for a single glossary, omitting the glossary entries.
get/v2/glossaries/{glossary_id}
Path parameters
glossary_idstring required
A unique ID assigned to the glossary.
Response
JSON object containing the glossary meta-information.
Example response
{
"glossary_id": "def3a26b-3e84-45b3-84ae-0c0aaf3525f7",
"ready": true,
"name": "My Glossary",
"source_lang": "en",
"target_lang": "de",
"creation_time": "2021-08-03T14:16:18.329Z",
"entry_count": 1
}