Feedback Payload Schema
Discover feedback payload schema (paths and types) from sample rows.
Body
Request for feedback payload schema discovery.
Inclusive start time (UTC, ISO 8601).
Exclusive end time (UTC, ISO 8601). Defaults to now if omitted.
Filter by feedback_type.
Filter by trigger_ref (exact or prefix match for all-versions).
Max distinct trigger_refs to sample when discovering the payload schema. Each distinct trigger_ref (monitor/source) typically has a fixed payload structure, so sampling one payload per ref is usually enough to see the full schema. 2 000 covers virtually all real-world projects while keeping the query fast; the hard cap of 5 000 prevents runaway scans.
1 <= x <= 5000Response
Successful Response
Response with discovered feedback payload paths and types.
Discovered leaf paths with inferred value types.