Skip to main content
PATCH
Set or clear customer feedback on an evaluation analysis

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

X-Organization-Id
string | null

Path Parameters

evaluation_id
string<uuid>
required

Body

application/json

Body for PATCH .../feedback โ€” set or clear customer feedback.

Reversible singleton state: pass is_positive as true for ๐Ÿ‘, false for ๐Ÿ‘Ž, or null to clear an existing rating. reason is dropped when is_positive is null.

is_positive
boolean | null
required

true records a thumbs-up, false records a thumbs-down, null clears any prior rating.

reason
string | null

Optional free-form note explaining the rating. Ignored when is_positive is null.

Required string length: 1 - 2000

Response

Successful Response

id
string<uuid> | null
org_id
string<uuid> | null
run_id
string<uuid> | null
target_type_code
string | null
model_id
string<uuid> | null
flow_id
string<uuid> | null
comfyui_workflow_id
string<uuid> | null
status_code
enum<string> | null
Available options:
pending,
running,
completed,
failed
task_type
string | null
task_description
string | null
generation_prompt
string | null
generated_image_url
string | null
input_attributes
Input Attributes ยท object | null
evaluation_instructions
string | null
reference_images
Reference Images ยท object[] | null
overall_passed
boolean | null
weighted_pass_rate
number | null
override_reason
string | null
top_issues
string[] | null
top_strengths
string[] | null
check_summary
Check Summary ยท object | null
analysis_modules_executed
integer | null
primary_action_code
string | null
parent_evaluation_id
string<uuid> | null
attempt_number
integer | null
superseded_at
string<date-time> | null
eval_duration_ms
integer | null
feedback_is_positive
boolean | null
feedback_reason
string | null
created_at
string<date-time> | null
updated_at
string<date-time> | null
source_code
enum<string> | null
Available options:
platform,
api
client_ref
string | null
submitted_at
string<date-time> | null
completed_at
string<date-time> | null
callback_url
string | null
cost
string | null
Pattern: ^(?!^[-+.]*$)[+-]?0*\d*\.?\d*$
failure_code
enum<string> | null
Available options:
invalid_media,
dispatch_failed,
processing_failed,
timed_out
job_class_code
enum<string> | null
Available options:
standard,
quick
judges
FullValidator ยท object[] | null
gate_failures
FullValidator ยท object[] | null
action
PublicValidator ยท object | null
run
FullValidator ยท object | null

Response shape.

model
FullValidator ยท object | null

Response shape.

parent_evaluation
unknown