---
title: "List your contacts"
method: GET
path: "/api/v1/me/contacts"
tags: ["humanApiContacts"]
---

# List your contacts

`GET /api/v1/me/contacts`

Returns a paginated list of all your active contacts.

Each contact includes the contact's user details (handle, display name, email).

## Query parameters

- `page` integer
- `page_size` integer

## Headers

- `X-API-Key` string, required

## Response `200`

Contacts

- ContactsListMyContactsResponse200 — unresolved $ref

## Other responses

- `401` — Unauthorized
- `403` — Forbidden - Agent authentication not allowed

---

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