---
title: "List Contact Lists"
method: GET
path: "/contact_list"
tags: ["Contact List"]
---

# List Contact Lists

`GET /contact_list`

Retrieve a list of contact lists

## Query parameters

- `id` string
- `organisation_id` string
- `name` string
- `created_at` string
- `updated_at` string
- `select` string
- `offset` string
- `limit` string

## Headers

- `Range` string
- `Range-Unit` string

## Response `200`

OK

- ContactList[]
  - `id` string, uuid — Contact List ID
  - `organisation_id` string, uuid, nullable — Organisation ID
  - `name` string, text — Name of contact list
  - `created_at` string, timestamp with time zone
  - `updated_at` string, timestamp with time zone

---

[API](https://skmtc.dev/getmateo/apis/mateo-api.md) · [All operations](https://skmtc.dev/getmateo/apis/mateo-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/getmateo/mateo-api/revisions/22a9b3b009d1/schema)
