curl --request GET \
--url https://apix.us.amity.co/api/v1/reports/moderation-activity/download \
--header 'Authorization: Bearer <token>'{
"status": "error",
"code": 400000,
"message": "Bad Request."
}Download a specific moderation activity report file. Returns a redirect to a signed URL for downloading the report file. Requires admin permissions and moderation reporting to be enabled.
curl --request GET \
--url https://apix.us.amity.co/api/v1/reports/moderation-activity/download \
--header 'Authorization: Bearer <token>'{
"status": "error",
"code": 400000,
"message": "Bad Request."
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The unique identifier of the file to download
1000"64f1a2b3c4d5e6f7a8b9c0d1"
The name of the file to download
1000"moderation-report-2024-01-15.csv"
Redirect to signed URL for file download