List satisfaction responses
NPS and CSAT responses from end users.
Credential: user token · Role: any (read)
Read-only, and there is no write counterpart. Survey data is only meaningful when it comes from the end user in the moment; an endpoint that let scores be posted in would make every figure in the product untrustworthy.
NPS responses carry the standard bucket: 9–10 promoter, 7–8 passive, 0–6 detractor.
Authorizations
A user token (pv_ut_…) as Authorization: Bearer pv_ut_…. X-Peeve-Key is accepted too. Never a query parameter — URLs end up in proxy logs and Referer headers.
The token carries its owner's live workspace role, re-read on every call.
Query Parameters
Page size. Over 200 is a 400, not a silent clamp.
1 <= x <= 200An opaque next_cursor from a previous page. Do not parse or construct it. Reusing a cursor under a different sort/order is rejected.
created_at asc, desc nps, csat