Description

The SHOW MODELS statement lists all models created in MindsDB.

Syntax

Here is how to list all models:

SHOW MODELS;

Alternatively, you can query the models table.

SELECT * FROM project_name.models;