Report a thread issue
POST
/v1/threads/{threadId}/feedback/reportStore 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
| Name | Location | Type | Required | Description |
|---|---|---|---|---|
| threadId | path | string | Yes | Thread ID |
Query parameters
None.
Body schema
Content type: application/json · Required
| Field | Type | Required | Description |
|---|---|---|---|
| reportType | general | bug | child_safety | response | Yes | — |
| message | string | Yes | Message text. |
| metadata | object | No | Free-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
| Field | Type | Required | Description |
|---|---|---|---|
| id | string | Yes | Unique identifier. |
| threadId | string | Yes | Thread ID. |
| userId | string | Yes | User ID. |
| reportType | general | bug | child_safety | response | Yes | — |
| message | string | Yes | Message text. |
| metadata | object | Yes | Free-form metadata object. |
| createdAt | string | Yes | ISO 8601 timestamp. |