Kontrola průběhu operací obohacení na tabulce.
const status = await client.enhance.status("tbl_abc123"); for (const [column, stats] of Object.entries(status.columns)) { console.log(`${column}: ${stats.completed}/${stats.total} done`); }
{ "columns": { "description": { "total": 42, "completed": 38, "failed": 1, "pending": 0, "processing": 3 }, "seo_title": { "total": 42, "completed": 42, "failed": 0, "pending": 0, "processing": 0 } } }
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 stavu sloupce