Type Alias ListReports

ListReports: {
    community_id?: CommunityId;
    my_reports_only?: boolean;
    page_back?: boolean;
    page_cursor?: ReportCombinedPaginationCursor;
    post_id?: PostId;
    show_community_rule_violations?: boolean;
    type_?: ReportType;
    unresolved_only?: boolean;
}

List reports.

Type declaration

  • Optionalcommunity_id?: CommunityId

    if no community is given, it returns reports for all communities moderated by the auth user

  • Optionalmy_reports_only?: boolean

    If true, view all your created reports. Works for non-admins/mods also.

  • Optionalpage_back?: boolean
  • Optionalpage_cursor?: ReportCombinedPaginationCursor
  • Optionalpost_id?: PostId

    Filter by the post id. Can return either comment or post reports.

  • Optionalshow_community_rule_violations?: boolean

    Only for admins: also show reports with violates_instance_rules=false

  • Optionaltype_?: ReportType

    Filter the type of report.

  • Optionalunresolved_only?: boolean

    Only shows the unresolved reports