---
title: "List Dispositions"
method: GET
path: "/negative-news/dispositions"
tags: ["negative-news"]
---

# List Dispositions

`GET /negative-news/dispositions`

The tenant's triage decisions for one observed company.

Scoped to a single vendor, unlike ``/all``, which would merge every vendor's
runs to answer a one-vendor question. A plain side-table read that never
touches ``company_monitor_runs``, so it is cheap to refetch after every
dismiss/restore.

## Query parameters

- `vendor_id` string, uuid, required

## Response `200`

Successful Response

- DispositionResponse[]
  - `hit_key` string, required
  - `status` 'issue_created' | 'dismissed', required
  - `issue_id` string, uuid, nullable, required
  - `decided_by` 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/f85ef083df64/schema)
