Načtení stránkovaného seznamu vašich produktových schémat.
const result = await client.schemas.list({ page: 1, limit: 10 }); for (const schema of result.data) { console.log(`${schema.name} (${schema.columns_count} columns)`); }
{ "data": [ { "id": "schema_abc123", "name": "Electronics Catalog", "description": "Schema for consumer electronics", "is_default": false, "columns_count": 6, "created_at": "2025-03-01T10:00:00.000Z", "updated_at": "2025-03-05T12:00:00.000Z" } ], "pagination": { "page": 1, "limit": 10, "total": 4 } }
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 souhrnu schématu
Zobrazit Metadata stránkování