Get thread feedback summary

GET/v1/admin/feedback-summary

Return thumbs up/down ratings and issue reports across threads for operational review.

How to call this endpoint

Every ACP API request uses bearer authentication. The examples here show the actual request path, auth header, and body shape that the platform expects.

Path, query, and header parameters

These parameters control which ACP object the endpoint acts on and how the request is processed.

Path parameters
None.
Query parameters
NameLocationTypeRequiredDescription
limitqueryintegerNo

Body schema

This endpoint does not require a request body.

None.

What the API returns

Each response code below includes the documented payload shape for the ACP API.

200Thread feedback summaryapplication/json
FieldTypeRequiredDescription
objectstringYes
generatedAtstringYes
summaryobjectYes
summary.ratingsTotalintegerYes
summary.upCountintegerYes
summary.downCountintegerYes
summary.reportsTotalintegerYes
summary.reportsByTypeobjectYes
summary.reportsByType.generalintegerYes
summary.reportsByType.bugintegerYes
summary.reportsByType.child_safetyintegerYes
summary.reportsByType.responseintegerYes
ratingsobject[]Yes
ratings[].threadIdstringYesThread ID.
ratings[].threadTitlestringYes
ratings[].threadStatusstringYes
ratings[].userIdstringYesUser ID.
ratings[].ratingup | downYes
ratings[].createdAtstringYesISO 8601 timestamp.
ratings[].updatedAtstringYesISO 8601 timestamp.
reportsobject[]Yes
reports[].idstringYesUnique identifier.
reports[].threadIdstringYesThread ID.
reports[].threadTitlestringYes
reports[].threadStatusstringYes
reports[].userIdstringYesUser ID.
reports[].reportTypegeneral | bug | child_safety | responseYes
reports[].messagestringYesMessage text.
reports[].metadataobjectYesFree-form metadata object.
reports[].createdAtstringYesISO 8601 timestamp.
Get thread feedback summary
Loading...
Response 200
Loading...
See the ACP quickstart and SDK flow