---
title: "GET /contacts/lists"
method: GET
path: "/contacts/lists"
tags: ["contacts"]
---

# GET /contacts/lists

`GET /contacts/lists`

List all created contact lists

## Query parameters

- `include_emails` boolean

## Response `200`

OK

- ServerFetchContactListsResponse
  - `lists` object[], required
    - `list` MalakContactList, required
      - `created_at` string
      - `created_by` string
      - `id` string
      - `reference` string
      - `title` string
      - `updated_at` string
      - `workspace_id` string
    - `mappings` MalakContactListMappingWithContact[], required
      - `contact_id` string
      - `email` string — Contact fields
      - `id` string
      - `list_id` string
      - `reference` string
  - `message` string, required

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.net/ayinke-llc/apis/malak-s-api-documentation.md) · [All operations](https://skmtc.net/ayinke-llc/apis/malak-s-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ayinke-llc/malak-s-api-documentation/versions/3dff99ea5963/schema)
