---
title: "Get the list of contact lists"
method: GET
path: "/api/lists"
tags: ["Contacts"]
---

# Get the list of contact lists

`GET /api/lists`

## Response `200`

- object
  - `lists` object[]
    - `id` integer
    - `name` string
    - `created_at` string
    - `updated_at` string
    - `shared_with_team` boolean
    - `is_owner` boolean

---

[API](https://skmtc.net/findymail/apis/findymail-api-documentation.md) · [All operations](https://skmtc.net/findymail/apis/findymail-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/findymail/findymail-api-documentation/revisions/ae7fddf16bf9/schema)
