Načtení stránkovaného seznamu vašich pojmů ve slovníku.
const result = await client.glossary.list({ page: 1, limit: 25 }); for (const term of result.data) { console.log(`${term.term} (${term.type})`); }
{ "data": [ { "id": "term_abc123", "term": "Lasso AI", "type": "do_not_translate", "case_sensitive": true, "category": "brand", "translations": {}, "created_at": "2025-03-01T10:00:00.000Z" } ], "pagination": { "page": 1, "limit": 25, "total": 12 } }
Documentation IndexFetch the complete documentation index at: https://productlasso.com/docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://productlasso.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Zobrazit Objekt pojmu ve slovníku
do_not_translate
specific_translation
context_dependent
Zobrazit Metadata stránkování