peaka_get_materialized_query_statuses
Check the auto-refresh status of materialized queries in a Peaka project. Get last refresh time, next scheduled execution, and schedule settings for one or all queries.
Instructions
Inspect the auto-refresh state of materialized saved queries in the Peaka project. Returns each query's last refresh status, last/next scheduled execution times, and its schedule settings (interval/cron). Pass a queryId to inspect a single materialized query; omit it to list all of them.
If you do not already know the projectId for the current task, call peaka_list_projects first and ask the user which project to use. Remember the chosen projectId for subsequent calls in this conversation.Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| queryId | No | Optional materialized query ID to inspect a single query. Available from peaka_list_queries (queryType: MATERIALIZED). Omit to list all materialized queries. | |
| projectId | Yes | The Peaka project ID to run against. |