usageCatalogStatus
usageCatalogStatusCheck if the usage catalog is enabled and ready, returning configured sources, indexing state, counts, and load errors before relying on query or semantic evidence.
Instructions
Check whether the usage catalog is enabled and ready before relying on observed-query or semantic evidence. Returns configured sources, indexing state, counts and load errors without searching for queries.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| connection | Yes | Database to run against. Call listConnections for valid names; do not guess. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| state | No | Current usage-catalog index state, such as not_started, indexing, ready, or failed. | |
| sources | No | Configured usage-catalog source paths and database-native sources considered for indexing. | |
| indexing | Yes | True while the usage catalog index is being built. | |
| connection | No | Name of the connection this catalog belongs to. | |
| catalogEnabled | Yes | False when the usage catalog is disabled; true when indexing and lookups are allowed. |