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

# Get contacts

`GET /contacts`

Returns paginated contacts for the authenticated account. Optionally filter by list.

## Query parameters

- `list_id` integer
- `skip` integer
- `limit` integer
- `sort` string
- `sort_direction` 'asc' | 'desc'
- `system` string
- `identifier` string
- `system_identifier` string

## Response `200`

Successful response

## Other responses

- `401` — Unauthorized

---

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