• Parameters

    • index_id: string

      The UUID of the index to query.

    • options:
          | undefined
          | { payload: GSearchRequest } & {
              headers?: Headers;
              query?: {
                  [key: string]:
                      | undefined
                      | null
                      | string
                      | number
                      | boolean
                      | (undefined | null | string | number)[];
              };
          }
    • OptionalsdkOptions: SDKOptions

    Returns Promise<JSONFetchResponse<GSearchResult>>