---
title: "List Negative News"
method: GET
path: "/negative-news/all"
tags: ["negative-news"]
---

# List Negative News

`GET /negative-news/all`

Merged adverse-media hits across every monitored company the tenant works
with, newest first, annotated with the tenant's triage decision.

``entity_type`` scopes the feed to the active view mode's relationships (e.g.
only partners/prospects in Fintech Partners). The vendor-scope floor further
restricts rows to companies the caller can access.

## Query parameters

- `entity_type` EntityType[], nullable

## Response `200`

Successful Response

- NegativeNewsFeedItem[]
  - `vendor_id` string, uuid, required
  - `vendor_name` string, required
  - `company_website` string, nullable, required
  - `hit_key` string, required
  - `title` string, required
  - `summary` string, required
  - `when` string, nullable, required
  - `topics` string[], required
  - `topic_categories` NegativeNewsTopic[], required
  - `source_url` string, nullable, required
  - `is_perpetrator` boolean, required
  - `last_seen_at` string, date-time, nullable, required
  - `status` 'new' | 'issue_created' | 'dismissed', required
  - `issue_id` string, uuid, nullable, required
  - `decided_by_name` string, nullable, required
  - `decided_at` string, date-time, nullable, required
  - `dismissal_reason` string, nullable, required
  - `dismissal_note` string, nullable, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/kobaltlabs/apis/fastapi.md) · [All operations](https://skmtc.dev/kobaltlabs/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/kobaltlabs/fastapi/revisions/425d5b8a3c17/schema)
