---
title: "Get Marketing Missing Citation Risks"
method: GET
path: "/internal/reliability/marketing/citations/missing"
tags: ["internal"]
---

# Get Marketing Missing Citation Risks

`GET /internal/reliability/marketing/citations/missing`

List marketing risks with no citation whose run falls in `week_start`'s week.

Backs the click-through on the weekly "risks without citations" chart. Uses
the same week bucketing (`date_trunc('week', run_time)`) and no-citation rule
as `_citation_weekly_series`, so the rows match the clicked point's count.
Each row carries the `file_id` to deeplink into the file's history view.

## Query parameters

- `week_start` string, date, required — ISO week start (Monday) to drill into
- `company_id` string, uuid, nullable
- `team_id` string, uuid, nullable

## Response `200`

Successful Response

- MissingCitationRisksResponse — Risks without citations whose run falls in the clicked ISO week. `truncated` is True when more than the response cap matched, so the client can say the list is partial.
  - `week_start` string, date, required
  - `total` integer, required
  - `truncated` boolean, required
  - `risks` MissingCitationRisk[], required
    - `risk_id` string, uuid, required
    - `run_id` string, uuid, required
    - `file_id` string, uuid, required
    - `company_id` string, uuid, required
    - `company_name` string, required
    - `filename` string, required
    - `short_text` string, required
    - `severity` 'low' | 'medium' | 'high', required
    - `run_time` string, date-time, 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)
