GET
/
v2
/
glossaries
/
{glossary_id}
curl --request GET \
  --url https://api.rask.ai/v2/glossaries/{glossary_id} \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>",
  "name": "<string>",
  "version": 123,
  "src_lang": "<string>",
  "dst_lang": "<string>",
  "entries": {}
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

glossary_id
string
required

Glossary ID

Response

200
application/json
Requested glossary
id
string
required

Glossary ID

name
string
required

Glossary name

version
integer
required

Glossary version

src_lang
string
required

Glossary source language

dst_lang
string
required

Glossary destination language

entries
object
required

Glossary entries