---
title: "Get ID List Metadata"
method: GET
path: "/console/v1/segments/{id}/idlist_metadata"
tags: ["Segments"]
---

# Get ID List Metadata

`GET /console/v1/segments/{id}/idlist_metadata`

This endpoint gets the metadata of the ID List.

## Path parameters

- `id` string, required

## Response `200`

ID List metadata read successfully

- object
  - `message` string, required — A simple string explaining the result of the operation.
  - `data` object, required — A single result.
    - `currentVersion` number, double — The current version of the ID list
    - `isUpdating` boolean — If the ID list is currently being updated

---

[API](https://skmtc.dev/statsig/apis/console-api.md) · [All operations](https://skmtc.dev/statsig/apis/console-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/statsig/console-api/revisions/1fd471fa03cc/schema)
