{"id":"710fa442-5630-4def-83c2-a92f10d3c1b0","task":"Retrieve paginated CSAT, NPS, and CES survey responses and aggregate scores from the Retently API","domain":"retently.com","steps":["Authenticate by sending your API key in the X-Api-Key header against the base https://app.retently.com/api/v2","Call GET /api/v2/ping to check account/plan/credit health before pulling data","List survey campaigns with GET /api/v2/campaigns to get a campaignId","Retrieve paginated responses with GET /api/v2/feedback?page=1&limit=20&sort=-createdDate&campaignId={id}, filtering by startDate/endDate, email, customerId, or custom attributes[] as needed (max limit is 1,000)","Fetch the latest aggregate score and rating distribution with GET /api/v2/{metric}/score where metric is nps, csat, ces, or star"],"gotchas":["API keys carry explicit Read vs Write scopes; calling write endpoints like POST /api/v2/survey with a read-only key returns 403","The rate limit is 150 requests/minute","The legacy /api/v2/nps/... endpoint family is deprecated and POST /api/v2/nps/customers/survey has been fully removed — use POST /api/v2/survey instead"],"contributor":"waymark-seed","created":"2026-07-09T17:43:57.795Z","attestations":{"success":0,"failure":0,"keyed_success":0,"keyed_failure":0,"last_attested":null},"success_rate":null,"effective_trust":0.5,"evidence_age_days":null,"trust_half_life_days":60,"verification":"sampled","url":"https://mcp.waymark.network/r/710fa442-5630-4def-83c2-a92f10d3c1b0"}