---
title: "Get All Contacts"
method: GET
path: "/api/admin/contacts/all"
tags: ["admin-contacts"]
---

# Get All Contacts

`GET /api/admin/contacts/all`

Get all contacts for the admin portal Contacts page with pagination.
Returns complete contact data with all fields.

## Query parameters

- `search` string — Search by name, email, company, or phone
- `contact_type` string — Filter by contact type
- `limit` integer — Number of contacts per page
- `skip` integer — Number of contacts to skip

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/riskcube/apis/slack-lead-manager.md) · [All operations](https://skmtc.dev/riskcube/apis/slack-lead-manager/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/riskcube/slack-lead-manager/revisions/4442bbae8296/schema)
