---
title: "Get lead list"
method: GET
path: "/api/v2/lead-lists/{id}"
tags: ["LeadList"]
---

# Get lead list

`GET /api/v2/lead-lists/{id}`

Requires one of the following scopes: `lead_lists:read`, `lead_lists:all`, `all:read`, `all:all`

## Path parameters

- `id` string, uuid, required

## Response `200`

The requested Lead List

- LeadList — A list used to store leads
  - `id` string, uuid, required — Unique identifier for the lead list
  - `organization_id` string, uuid, required — Organization ID that owns this lead list
  - `has_enrichment_task` boolean, nullable — Whether this list runs the enrichment process on every added lead or not
  - `owned_by` string, uuid, nullable — User ID of the owner of this lead list. Defaults to the user that created the list
  - `name` string, required — Name of the lead list
  - `timestamp_created` string, date-time, required — Timestamp when the lead list was created

## Other responses

- `401` — This request is unauthorized (either the Authorization header is missing or invalid, or the API key has been revoked)
- `402` — This request cannot be fulfilled because the workspace does not have an active paid plan
- `404` — The requested resource was not found
- `429` — You have exceeded the rate limit. Please check the rate limit docs for more information.

---

[API](https://skmtc.net/instantly/apis/api-explorer.md) · [All operations](https://skmtc.net/instantly/apis/api-explorer/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/instantly/api-explorer/versions/378d1e253fe7/schema)
