1. Packages
  2. Honeycombio Provider
  3. API Docs
  4. getQueryResult
Honeycomb 0.45.0 published on Tuesday, Jan 6, 2026 by honeycombio
honeycombio logo
Honeycomb 0.45.0 published on Tuesday, Jan 6, 2026 by honeycombio

    Using getQueryResult

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getQueryResult(args: GetQueryResultArgs, opts?: InvokeOptions): Promise<GetQueryResultResult>
    function getQueryResultOutput(args: GetQueryResultOutputArgs, opts?: InvokeOptions): Output<GetQueryResultResult>
    def get_query_result(dataset: Optional[str] = None,
                         id: Optional[str] = None,
                         query_json: Optional[str] = None,
                         opts: Optional[InvokeOptions] = None) -> GetQueryResultResult
    def get_query_result_output(dataset: Optional[pulumi.Input[str]] = None,
                         id: Optional[pulumi.Input[str]] = None,
                         query_json: Optional[pulumi.Input[str]] = None,
                         opts: Optional[InvokeOptions] = None) -> Output[GetQueryResultResult]
    func GetQueryResult(ctx *Context, args *GetQueryResultArgs, opts ...InvokeOption) (*GetQueryResultResult, error)
    func GetQueryResultOutput(ctx *Context, args *GetQueryResultOutputArgs, opts ...InvokeOption) GetQueryResultResultOutput

    > Note: This function is named GetQueryResult in the Go SDK.

    public static class GetQueryResult 
    {
        public static Task<GetQueryResultResult> InvokeAsync(GetQueryResultArgs args, InvokeOptions? opts = null)
        public static Output<GetQueryResultResult> Invoke(GetQueryResultInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetQueryResultResult> getQueryResult(GetQueryResultArgs args, InvokeOptions options)
    public static Output<GetQueryResultResult> getQueryResult(GetQueryResultArgs args, InvokeOptions options)
    
    fn::invoke:
      function: honeycombio:index/getQueryResult:getQueryResult
      arguments:
        # arguments dictionary

    The following arguments are supported:

    QueryJson string
    Dataset string
    The dataset to query. If not specified, an Environment-wide query will be run.
    Id string
    The ID of this resource.
    QueryJson string
    Dataset string
    The dataset to query. If not specified, an Environment-wide query will be run.
    Id string
    The ID of this resource.
    queryJson String
    dataset String
    The dataset to query. If not specified, an Environment-wide query will be run.
    id String
    The ID of this resource.
    queryJson string
    dataset string
    The dataset to query. If not specified, an Environment-wide query will be run.
    id string
    The ID of this resource.
    query_json str
    dataset str
    The dataset to query. If not specified, an Environment-wide query will be run.
    id str
    The ID of this resource.
    queryJson String
    dataset String
    The dataset to query. If not specified, an Environment-wide query will be run.
    id String
    The ID of this resource.

    getQueryResult Result

    The following output properties are available:

    GraphImageUrl string
    Id string
    The ID of this resource.
    QueryId string
    QueryJson string
    QueryUrl string
    Results List<ImmutableDictionary<string, string>>
    Dataset string
    The dataset to query. If not specified, an Environment-wide query will be run.
    GraphImageUrl string
    Id string
    The ID of this resource.
    QueryId string
    QueryJson string
    QueryUrl string
    Results []map[string]string
    Dataset string
    The dataset to query. If not specified, an Environment-wide query will be run.
    graphImageUrl String
    id String
    The ID of this resource.
    queryId String
    queryJson String
    queryUrl String
    results List<Map<String,String>>
    dataset String
    The dataset to query. If not specified, an Environment-wide query will be run.
    graphImageUrl string
    id string
    The ID of this resource.
    queryId string
    queryJson string
    queryUrl string
    results {[key: string]: string}[]
    dataset string
    The dataset to query. If not specified, an Environment-wide query will be run.
    graph_image_url str
    id str
    The ID of this resource.
    query_id str
    query_json str
    query_url str
    results Sequence[Mapping[str, str]]
    dataset str
    The dataset to query. If not specified, an Environment-wide query will be run.
    graphImageUrl String
    id String
    The ID of this resource.
    queryId String
    queryJson String
    queryUrl String
    results List<Map<String>>
    dataset String
    The dataset to query. If not specified, an Environment-wide query will be run.

    Package Details

    Repository
    honeycombio honeycombio/terraform-provider-honeycombio
    License
    Notes
    This Pulumi package is based on the honeycombio Terraform Provider.
    honeycombio logo
    Honeycomb 0.45.0 published on Tuesday, Jan 6, 2026 by honeycombio
      Meet Neo: Your AI Platform Teammate