Skip to main content
GET
/
api
/
v1
/
reports
/
moderation-activity
/
download
Download moderation activity report
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."
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

fileId
string

The unique identifier of the file to download

Maximum string length: 1000
Example:

"64f1a2b3c4d5e6f7a8b9c0d1"

fileName
string

The name of the file to download

Maximum string length: 1000
Example:

"moderation-report-2024-01-15.csv"

Response

Redirect to signed URL for file download