Submit feedback for a task
Submits feedback about a task as a whole or about a specific user-visible message within the task. The task must exist, belong to the supplied context, and belong to the authenticated customer. Multiple feedback resources may be submitted for the same task or message.
Authorizations
OAuth 2.0 / OIDC bearer token.
The tenant the request operates within.
Path Parameters
Context identifier (prefixed UUIDv7).
Context identifier. Accepts ctx.<uuidv7> or a bare UUIDv7 on input; always returned prefixed.
^(ctx\.)?[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$"ctx.0192f4c8-3d6b-7c4f-a02b-4d9e7f3c8b51"
Task identifier (prefixed UUIDv7).
Task identifier. Accepts task.<uuidv7> or a bare UUIDv7 on input; always returned prefixed.
^(task\.)?[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$"task.0192f4c8-4e7c-7d50-b13c-5eaf8a4d9c62"
Body
The feedback to submit.
Request body for submitting task feedback.
The original rating supplied by the customer.
Structured observations about the result. Defaults to an empty array. Positive and negative labels may be combined. Duplicate labels are rejected. A maximum of five labels may be submitted.
5Structured observation about the result. Positive and negative labels share one taxonomy so customers can represent mixed feedback.
correct— factually and contextually correct (positive).complete— included the important expected information (positive).helpful— materially helped the user complete their task (positive).wellPresented— clear, readable, appropriately structured (positive).efficient— reached a useful result without unnecessary content (positive).incorrect— one or more claims, conclusions, or actions were wrong (negative).missingInformation— important or expected information was omitted (negative).irrelevant— included content that did not address the request (negative).misunderstoodRequest— the system responded to the wrong intent (negative).unsupportedClaim— a claim not supported by available information (negative).unsafeOrInappropriate— unsafe, disallowed, or unsuitable (negative).poorlyPresented— difficult to read or unsuitably structured (negative).tooVerbose— substantially more detail than useful (negative).other— another observation described inreason(both).
correct, complete, helpful, wellPresented, efficient, incorrect, missingInformation, irrelevant, misunderstoodRequest, unsupportedClaim, unsafeOrInappropriate, poorlyPresented, tooVerbose, other The user's explanation of the rating or labels. Required when labels
contains other.
1000"The response stated the patient had diabetes"
"but this was not present in the available data."
Identifies the specific user-visible response being evaluated. If omitted, the feedback applies to the task as a whole.
Customer-provided provenance and correlation information.
Response
Feedback created.
A stored feedback resource.
Feedback identifier. Accepts fb.<uuidv7> or a bare UUIDv7 on input; always returned prefixed.
^(fb\.)?[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$"fb.0192f4c8-7e2a-7b3c-9d4e-5f6a7b8c9d01"
Task identifier. Accepts task.<uuidv7> or a bare UUIDv7 on input; always returned prefixed.
^(task\.)?[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$"task.0192f4c8-4e7c-7d50-b13c-5eaf8a4d9c62"
The original rating supplied by the customer.
Corti-derived internal score between 0 and 1. The original scale and value are always retained alongside this score.
0 <= x <= 11
Structured observations about the result.
Structured observation about the result. Positive and negative labels share one taxonomy so customers can represent mixed feedback.
correct— factually and contextually correct (positive).complete— included the important expected information (positive).helpful— materially helped the user complete their task (positive).wellPresented— clear, readable, appropriately structured (positive).efficient— reached a useful result without unnecessary content (positive).incorrect— one or more claims, conclusions, or actions were wrong (negative).missingInformation— important or expected information was omitted (negative).irrelevant— included content that did not address the request (negative).misunderstoodRequest— the system responded to the wrong intent (negative).unsupportedClaim— a claim not supported by available information (negative).unsafeOrInappropriate— unsafe, disallowed, or unsuitable (negative).poorlyPresented— difficult to read or unsuitably structured (negative).tooVerbose— substantially more detail than useful (negative).other— another observation described inreason(both).
correct, complete, helpful, wellPresented, efficient, incorrect, missingInformation, irrelevant, misunderstoodRequest, unsupportedClaim, unsafeOrInappropriate, poorlyPresented, tooVerbose, other When the feedback was created.
"2026-05-19T12:00:00Z"
Free-text explanation of the rating or labels.
1000"The response stated the patient had diabetes"
"but this was not present in the available data."
Identifies the specific user-visible response being evaluated. If omitted, the feedback applies to the task as a whole.
Customer-provided provenance and correlation information.