v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1496640547.5 KB

Submits feedback for an existing insight in an Amazon OpenSearch Service domain. Allows users to provide a thumbs up or thumbs down rating and optional text feedback for a specific insight.

post/2021-01-01/opensearch/insight-feedback

Request body

InsightIdstring required

The unique identifier of the insight for which to submit feedback.

Thumbs'Up' | 'Down' required

The thumbs up or thumbs down feedback for an insight. Possible values are <code>Up</code> and <code>Down</code>.

FeedbackTextstring

Optional text feedback providing additional details about an insight. Maximum length is 1000 characters.

Response

Success

Status'SUCCESS' | 'ERROR'

The status of the feedback submission. Possible values are <code>SUCCESS</code> and <code>ERROR</code>.