---
title: "Get List"
method: GET
path: "/api/lists/{id}"
tags: ["Lists"]
---

# Get List

`GET /api/lists/{id}`

Get the list with the given id

## Response `200`

successful

- object
  - `status` object
    - `code` integer
    - `message` string
  - `type` 'list'
  - `data` object
    - `id` integer
    - `name` string
    - `status` string
    - `stats` object
      - `people` integer
      - `credits` object
        - `email_credits` integer, nullable
        - `phone_credits` integer, nullable
        - `export_credits` integer, nullable
        - `api_credits` object, nullable
          - `email_credits` integer
          - `phone_credits` integer
          - `scrape_credits` integer
          - `total` integer
    - `finished_at` string, date-time, nullable
    - `created_at` string, date-time
    - `enrichment_level` string
    - `email_options` object
      - `accept_work` boolean
      - `accept_personal` boolean
      - `accept_generic` boolean
    - `report_type` string

## Other responses

- `401` — Unauthorized

---

[API](https://skmtc.dev/wiza/apis/wiza-api-documentation.md) · [All operations](https://skmtc.dev/wiza/apis/wiza-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/wiza/wiza-api-documentation/revisions/9773e985f208/schema)
