get_scheduled_query
Retrieve detailed information about a specific scheduled query by ID, including SQL, schedule configuration, and metadata, using the Panther MCP Server. Supports security monitoring and data lake query management.
Instructions
Get detailed information about a specific scheduled query by ID.
Returns complete scheduled query information including SQL, schedule configuration, and metadata.
Returns: Dict containing: - success: Boolean indicating if the query was successful - query: Scheduled query information if successful, containing: - id: Query ID - name: Query name - description: Query description - sql: The SQL query text - schedule: Schedule configuration (cron, rate, timeout) - managed: Whether the query is managed by Panther - createdAt: Creation timestamp - updatedAt: Last update timestamp - message: Error message if unsuccessful
Permissions:{'all_of': ['Query Data Lake']}
Input Schema
Name | Required | Description | Default |
---|---|---|---|
query_id | Yes | The ID of the scheduled query to fetch (must be a UUID) |