---
title: "List change feed"
method: GET
path: "/api/v2/lists/changes"
tags: ["Screening and Reference"]
---

# List change feed

`GET /api/v2/lists/changes`

Append-only added/removed/changed diff feed for the restricted-party lists. Requires a plan with Restricted-party screening access (`can_use_screening`) — the Corporate & Supply Chain plan and above.

## Query parameters

- `source` string
- `date_start` string
- `date_end` string
- `days` integer
- `limit` integer
- `cursor` string
- `change_type` 'added' | 'removed' | 'changed'

## Response `200`

List change feed.

- object
  - `success` boolean
  - `data` object[]
    - `snapshot_date` string
    - `source_key` string
    - `change_type` string
    - `entry_uid` string
    - `name` string
  - `pagination` object
    - `limit` integer
    - `cursor` unknown
    - `next_cursor` unknown
  - `applied_filters` object
    - `days` string

## Other responses

- `401` — Missing/invalid API key
- `403` — Plan required (PLAN_REQUIRED) — the caller's plan does not carry the required source entitlement.
- `500` — Server error

---

[API](https://skmtc.net/gdeltcloud/apis/gdelt-cloud-api-v2.md) · [All operations](https://skmtc.net/gdeltcloud/apis/gdelt-cloud-api-v2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/gdeltcloud/gdelt-cloud-api-v2/versions/01aaa6255180/schema)
