list_triggers
Retrieve cached triggers using a connection ID, with optional schema and table filters to narrow results.
Instructions
List cached triggers, optionally restricted to schema and/or table.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table | No | ||
| schema | No | ||
| connection_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| triggers | Yes | ||
| cache_status | Yes | Observable cache freshness and last refresh state. | |
| table_filter | Yes | ||
| connection_id | Yes | ||
| schema_filter | Yes | ||
| contract_version | No | 1.0.0 |