steampipe_table_list
List available Steampipe tables by schemas or using custom filters. Simplify data exploration with schema and pattern-based table retrieval for efficient analysis.
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. |