history_list
Retrieve a filtered history of executed database queries by type, connection, or success status to audit and review past activities.
Instructions
Lista el historial de consultas ejecutadas. Filtrable por tipo, conexion y estado.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | Filtrar por tipo (read, write, ddl, explain) | |
| limit | No | Cantidad maxima de resultados (default: 20) | |
| success | No | Filtrar por exito (true) o fallo (false) | |
| connection | No | Filtrar por nombre de conexion |