> ## Documentation Index
> Fetch the complete documentation index at: https://docs.mindsdb.com/llms.txt
> Use this file to discover all available pages before exploring further.

# List Data 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:

```sql theme={null}
SHOW HANDLERS
WHERE type = 'data';
```
