Full name: projects.locations.reasoningEngines.feedbackEntries.list
Lists FeedbackEntries in a ReasoningEngine.
Endpoint
gethttps://{service-endpoint}/v1beta1/{parent}/feedbackEntries
Where {service-endpoint} is one of the supported service endpoints.
Path parameters
parentstring
Required. The resource name of the ReasoningEngine from which to list FeedbackEntries.
Format: projects/{project}/locations/{location}/reasoningEngines/{reasoningEngine}
Query parameters
pageSizeinteger
Optional. The maximum number of FeedbackEntries to return per page.
pageTokenstring
Optional. A page token, received from a previous feedbackEntries.list call.
filterstring
Optional. Standard list filter.
Supported fields:
sessionIduserIdfeedbackTypefeedbackLabels: Supports the HAS operator (:). For example:feedbackLabels:"inaccurate".createTimeupdateTime
Example: feedbackType="THUMBS_DOWN" AND feedbackLabels:"hallucination".
orderBystring
Optional. A comma-separated list of fields to order results by, sorted in ascending order by default. Append desc after a field name to sort that field in descending order.
Supported fields:
createTimeupdateTime
Example: createTime desc.
Request body
The request body must be empty.
Response body
Response message for feedbackEntries.list.
If successful, the response body contains data with the following structure:
The page of FeedbackEntries matching the request.
nextPageTokenstring
A token to retrieve the next page. Absence of this field indicates there are no subsequent pages.
| JSON representation |
|---|
{
"feedbackEntries": [
{
object ( |