Report a thread issue

POST/v1/threads/{threadId}/feedback/report

Store qualitative issue or response feedback for later 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
NameLocationTypeRequiredDescription
threadIdpathstringYesThread ID
Query parameters
None.

Body schema

Content type: application/json · Required

FieldTypeRequiredDescription
reportTypegeneral | bug | child_safety | responseYes
messagestringYesMessage text.
metadataobjectNoFree-form metadata object.

What the API returns

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

201Created thread feedback reportapplication/json
FieldTypeRequiredDescription
idstringYesUnique identifier.
threadIdstringYesThread ID.
userIdstringYesUser ID.
reportTypegeneral | bug | child_safety | responseYes
messagestringYesMessage text.
metadataobjectYesFree-form metadata object.
createdAtstringYesISO 8601 timestamp.
Report a thread issue
Loading...
Response 201
Loading...
See the ACP quickstart and SDK flow