data.list_tables
Overview
- Returns all registered DataTable aliases with row counts.
Metadata
| Field | Value |
|---|---|
| Display | List DataTables |
| Category | data |
| Access | Public |
| Scope | B1Standalone |
| Tags | — |
| Aliases | — |
Parameters
- This command takes no parameters.
Returns
Returns a JSON array; each element is an object with the following fields:
| Field | Type | Required | Description |
|---|---|---|---|
alias | string | yes | DataTable alias |
row_count | int | yes | Number of rows in the table |
Usage
await inzoi.cli.execute('data.list_tables');