peaka_get_query
Retrieve a saved query by its ID to access its SQL code, display name, query type, and auto-refresh schedule.
Instructions
Read a single saved query by its ID. Returns the full query object including displayName, inputQuery (SQL), queryType, and the auto-refresh schedule for materialized queries.
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 | Yes | The query ID to read. Available from peaka_list_queries. | |
| projectId | Yes | The Peaka project ID to run against. |