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) return 400. Enrich events use POST /v3/events/{eventID}/enrich-feedback instead.

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).

Changes