---
title: "Get information about available sanction lists"
method: GET
path: "/v2/listinfo"
---

# Get information about available sanction lists

`GET /v2/listinfo`

Returns information about the lists watchman has prepared and indexed for search

## Response `200`

Current lists watchman has prepared and indexed for search

- ListInfoResponse
  - `lists` object — Count of entities parsed from each list
  - `listHashes` object — Hash of each list's original contents
  - `startedAt` string, date-time — Timestamp of when list refresh started
  - `endedAt` string, date-time — Timestamp of when list refresh completed
  - `version` string — Version of the Watchman service

## Other responses

- `default` — Unexpected error

## Changes

- **2026-05-11** `cd3fd7bac3dd` — 2 breaking
  - the `endedAt` response's property type/format changed from `string`/`date` to `string`/`date-time` for status `200`
  - the `startedAt` response's property type/format changed from `string`/`date` to `string`/`date-time` for status `200`

[Change history](https://skmtc.dev/moov-io/apis/watchman-api/changes/v2/listinfo/get.md)

---

[API](https://skmtc.dev/moov-io/apis/watchman-api.md) · [All operations](https://skmtc.dev/moov-io/apis/watchman-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/moov-io/watchman-api/revisions/42ffeeb1e25a/schema)
