Skip to content
Wazapin
Esc
navigateopen⌘Jpreview

List AI feedback corrections for an agent

GET/v1/ai/agents/{agentID}/feedback
Authorization
bearerAuthbearerAuthrequired
or
apiKeyAuthapiKeyAuthrequired
Path parameters
agentIDstringrequired
Query parameters
reviewedstring
Optional filter: true or false
limitinteger<int64>
Responses
200OK
Array of FeedbackLoop
agent_idstringrequired
appliedbooleanrequired
applied_atstring<date-time>
context_snapshotobjectrequired
conversation_idstringrequired
created_atstring<date-time>required
human_correctionstringrequired
idstringrequired
improvement_scorenumber<double>required
organization_idstringrequired
original_responsestringrequired
reviewedbooleanrequired
reviewed_atstring<date-time>
reviewed_bystring
run_idstringrequired
400Bad Request
errorErrorBodyrequired
Show properties
codestringrequired
detailsErrorDetail[] | null
Show properties
Array of ErrorDetail
codestring
fieldstring
locationstring
messagestringrequired
messagestringrequired
request_idstring
401Unauthorized
errorErrorBodyrequired
Show properties
codestringrequired
detailsErrorDetail[] | null
Show properties
Array of ErrorDetail
codestring
fieldstring
locationstring
messagestringrequired
messagestringrequired
request_idstring
403Forbidden
errorErrorBodyrequired
Show properties
codestringrequired
detailsErrorDetail[] | null
Show properties
Array of ErrorDetail
codestring
fieldstring
locationstring
messagestringrequired
messagestringrequired
request_idstring
404Not Found
errorErrorBodyrequired
Show properties
codestringrequired
detailsErrorDetail[] | null
Show properties
Array of ErrorDetail
codestring
fieldstring
locationstring
messagestringrequired
messagestringrequired
request_idstring
422Unprocessable Entity
errorErrorBodyrequired
Show properties
codestringrequired
detailsErrorDetail[] | null
Show properties
Array of ErrorDetail
codestring
fieldstring
locationstring
messagestringrequired
messagestringrequired
request_idstring
500Internal Server Error
errorErrorBodyrequired
Show properties
codestringrequired
detailsErrorDetail[] | null
Show properties
Array of ErrorDetail
codestring
fieldstring
locationstring
messagestringrequired
messagestringrequired
request_idstring
Request
curl -X GET "/v1/ai/agents/string/feedback"
Response
[
  {
    "agent_id": "string",
    "applied": true,
    "applied_at": "2024-01-01T00:00:00Z",
    "context_snapshot": {},
    "conversation_id": "string",
    "created_at": "2024-01-01T00:00:00Z",
    "human_correction": "string",
    "id": "string",
    "improvement_score": 0,
    "organization_id": "string",
    "original_response": "string",
    "reviewed": true,
    "reviewed_at": "2024-01-01T00:00:00Z",
    "reviewed_by": "string",
    "run_id": "string"
  }
]