v1

latestOpenAPI 3.1.02026-07-22128346287.7 KB
Feedback

Feedback Payload Schema

Discover feedback payload schema (paths and types) from sample rows.

post/feedback/payload_schema

Request body

project_idstring required
startstring date-time required

Inclusive start time (UTC, ISO 8601).

endstring date-time nullable

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

feedback_typestring nullable

Filter by feedback_type.

trigger_refstring nullable

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

sample_limitinteger

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.

Response

Successful Response