steampipe_table_list
List all Steampipe tables with optional schema and filter parameters to refine results. Ideal for efficiently managing and querying table data across schemas.
Instructions
List all available Steampipe tables. Use schema and filter parameters to narrow down results.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
filter | No | Optional filter pattern to match against table names. Use ILIKE syntax, including % as a wildcard. | |
schema | No | Optional schema name to filter tables by. If not provided, lists tables from all schemas. |