Generate and download a flagged post report
POST/api/v4/content_flagging/post/:post_id/report
Generates a ZIP archive containing the flagged post, its edit history, content review details, post metadata, and any associated file attachments, then streams the archive back to the caller as a download. All other content reviewers of the post's team are notified that a report has been generated. The user must be a content reviewer of the team to which the post belongs to, and the post must be flagged. An enterprise advanced license is required.
Request
Responses
- 200
- 400
- 403
- 404
- 500
- 501
Report generated successfully. The response body is a ZIP archive containing the flagged post report.
Response Headers
Specifies the suggested filename for the downloaded archive (e.g. attachment; filename=“flagged-post-{post_id}-{timestamp}.zip”).
Bad request - Invalid post ID.
Forbidden - User does not have permission to access this post, or is not a reviewer of the post's team.
Post not found or post is not flagged.
Internal server error.
Feature is disabled either via config or an Enterprise Advanced license is not available.