MindsDB home page
Search...
⌘K
Ask AI
Login
Get Started
Get Started
Search...
Navigation
Integrate AI Engines
List ML Handlers
Documentation
SQL API
SDKs
REST API
Integrations
Contribute
FAQs
Join our Slack
GitHub
SQL API
Overview
MindsDB SQL Syntax
Get Started
Integrate Data Sources
Integrate AI Engines
List ML Handlers
Configure an ML Engine
Remove an ML Engine
List ML Engines
Create Projects
Deploy Models
Get Predictions
Manipulate Data in Tables, Views, and Files
Automate Workflows with Jobs
Automate Workflows with Triggers
Customize Chatbots with Agents
On this page
Description
Syntax
Integrate AI Engines
List ML Handlers
Description
The
SHOW HANDLERS
command lists all available handlers. The
WHERE
clause filter handlers by the type (data or ML).
Syntax
Here is the syntax:
Copy
Ask AI
SHOW HANDLERS
WHERE
type
=
'ml'
;
Suggest edits
Raise issue
Use a Data Source
Configure an ML Engine
Assistant
Responses are generated using AI and may contain mistakes.