Discover Schema
discover_schemaDiscover data source schema by listing all keys with row counts and returning a sample of actual values. Learn an unknown or newly-ingested source before querying.
Instructions
Discover the shape of a data source: returns (1) every key present under resource with row counts, AND (2) a small sample of real rows so you can read the actual values. Use to learn an unknown or newly-ingested source before querying it. Optional service filter. Pair with list_services / list_metrics. Once you work out a query with search, persist it with save_query so it becomes reusable.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| since | No | Time window e.g. '15m ago', '1h ago', '2d ago'. | |
| service | No | optional: limit to one service.name |