v36

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-0187270483.0 KB
Feedback

Submit Event Feedback

Submit a correction for an event.

Accepts training corrections for extract, classify, and join events. For extract/join events, correction is a JSON object matching the function's output schema. For classify events, correction is a JSON string matching one of the function version's declared classifications.

Submitting feedback again for the same event overwrites the previous correction.

Unsupported function types (split, enrich) return 400.

post/v3/events/{eventID}/feedback

Path parameters

eventIDstring required

The unique identifier of the event being corrected.

Request body

{"stackTrail":"components:schemas:FeedbackRequest:properties:correction","oasType":"schema","type":"unknown"}
orderMatchingboolean

Response

The request has succeeded.

eventIDstring required
functionType'extract' | 'classify' | 'join' required

Function types that support feedback submission.

{"stackTrail":"components:schemas:FeedbackResponse:properties:correction","oasType":"schema","type":"unknown"}
createdAtstring date-time required

Server timestamp when the correction was persisted (RFC 3339).