superset_query_get_by_id
Retrieve detailed execution information for a specific query by its ID from Apache Superset, enabling analysis of query performance and results.
Instructions
Get details for a specific query
Makes a request to the /api/v1/query/{id} endpoint to retrieve detailed information about a specific query execution.
Args: query_id: ID of the query to retrieve
Returns: A dictionary with complete query execution information
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query_id | Yes |