Skip to main content
POST
Feedback Payload Schema

Body

application/json

Request for feedback payload schema discovery.

project_id
string
required
start
string<date-time>
required

Inclusive start time (UTC, ISO 8601).

end
string<date-time> | null

Exclusive end time (UTC, ISO 8601). Defaults to now if omitted.

feedback_type
string | null

Filter by feedback_type.

trigger_ref
string | null

Filter by trigger_ref (exact or prefix match for all-versions).

sample_limit
integer
default:2000

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.

Required range: 1 <= x <= 5000

Response

Successful Response

Response with discovered feedback payload paths and types.

paths
FeedbackPayloadPath · object[]

Discovered leaf paths with inferred value types.