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

# List catalog

`GET /api/v2/lists`

Catalog of the restricted-party list sources we ingest (issuer, jurisdiction, cadence, current entry counts). Requires a plan with Restricted-party screening access (`can_use_screening`) — the Corporate & Supply Chain plan and above.

## Query parameters

- `source` string
- `jurisdiction` string
- `cadence` 'daily' | 'episodic'

## Response `200`

List catalog.

- object
  - `success` boolean
  - `data` object[]
    - `source_key` string
    - `list_name` string
    - `issuer` string
    - `jurisdiction` string
    - `authority` string
    - `source_url` string
    - `cadence` string
    - `loader` string
    - `includes_individuals` boolean
    - `last_loaded` string
    - `entry_count` integer
  - `applied_filters` object
    - `jurisdiction` 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)
