Existing Feedback API integrations continue to work without modification. This API extends analytics capabilities by allowing additional metadata to be associated with a search request.
Request Parameters
Sample Request
Points to Note
- The
searchRequestIdmust correspond to a valid search request generated by the Advance Search V2 API. - Only
searchRequestIdis mandatory. You can submit any subset of the supported analytics fields. Only the fields which are sent in the request are updated and other fields remain the same. - You can invoke the API multiple times for the same searchRequestId as additional analytics data becomes available. When multiple requests are submitted for the same searchRequestId, Search AI updates the metadata as follows:
- The following fields overwrite any previously stored values:
commentseventai_answerllm_response_timechunks_sent_to_llmChunks_used_for_answer
- Data for the following field is appended.
citation_clicks
- The following fields overwrite any previously stored values:
- This API is intended for analytics and reporting only. It does not modify search results or answer generation behavior.