FeedbackGetResponse
Complete feedback object returned from the API
Properties¶
| Property | Type | Description |
|---|---|---|
agentId |
null | string |
Identifier of the agent that generated the response being reviewed |
agentVersion? |
string |
Version of the agent at the time the feedback was given (max 100 characters) |
comment? |
string |
Optional text comment provided by the user (max 4000 characters) |
createdTime |
string |
Timestamp when the feedback was created |
feedbackCategories |
FeedbackCategory[] |
Categories associated with this feedback entry |
id |
string |
Unique identifier of the feedback entry |
isPositive |
boolean |
Whether the feedback is positive (thumbs up) or negative (thumbs down) |
metadata? |
string |
Optional metadata string associated with the feedback (max 4000 characters) |
spanId |
string |
Span identifier representing a specific operation within the trace |
status |
FeedbackStatus |
Current status of the feedback in the review workflow |
traceId |
string |
Trace identifier linking feedback to a specific agent execution |
updatedTime |
string |
Timestamp when the feedback was last updated |
userEmail? |
string |
Email address of the user who submitted the feedback |