curl --request GET \ --url https://api.replyke.com/api/v6/:projectId/api/v7/reports/moderated
Report Endpoints
Fetch Moderated Reports
Get content reports for spaces the authenticated user can moderate
GET
/
:projectId
/
api
/
v7
/
reports
/
moderated
Fetch Moderated Reports
curl --request GET \ --url https://api.replyke.com/api/v6/:projectId/api/v7/reports/moderated
Returns a paginated list of reports for spaces where the authenticated user has the admin or moderator role. If spaceId is omitted, reports from all spaces the user moderates are returned.Authentication required. Must be a space admin or moderator.