Skip to main content

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

Report generated successfully. The response body is a ZIP archive containing the flagged post report.

Response Headers
    Content-Disposition

    Specifies the suggested filename for the downloaded archive (e.g. attachment; filename=“flagged-post-{post_id}-{timestamp}.zip”).