peaka_get_materialized_query_statuses
Retrieve auto-refresh status and schedule details for materialized saved queries in a Peaka project, including last refresh status and next execution times. Pass a queryId to inspect one query or omit it to list all.
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. |