---
title: "Get all contact groups"
method: GET
path: "/contact-groups"
tags: ["contact groups"]
---

# Get all contact groups

`GET /contact-groups`

Returns a list of contact groups for an account.

## Query parameters

- `page` integer
- `limit` integer

## Response `200`

OK

- ContactGroups
  - `data` ContactGroup[], required — List of contact groups
    - `id` string, required — Contact group ID
    - `name` string, required — Name of the contact group
    - `email_addresses` string[], required — List of email addresses
    - `integrations` string[], required — List of configured integration IDs
    - `mobile_numbers` string[], required — List of international format mobile phone numbers
    - `ping_url` string, uri — URL or IP address of an endpoint to push uptime events. Currently this only supports HTTP GET endpoints
  - `metadata` Pagination, required
    - `page` integer, required — The current page of results
    - `per_page` integer, required — The number of results per page
    - `page_count` integer, required — The total number of pages
    - `total_count` integer, required — The total number of results

## Other responses

- `default` — Unexpected Error

---

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