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

# List sent contact requests

`GET /api/v1/me/contacts/requests/sent`

Returns a paginated list of contact requests you have sent.

By default includes all statuses. Use the `status` parameter to filter.
You can cancel pending requests.

## Query parameters

- `status` 'all' | 'pending' | 'approved' | 'rejected' | 'cancelled' — Filter by request status
- `page` integer
- `page_size` integer

## Headers

- `X-API-Key` string, required

## Response `200`

Sent contact requests

- ContactsListSentContactRequestsResponse200 — unresolved $ref

## Other responses

- `401` — Unauthorized

## Changes

- **2026-08-22** `d4b03725c5d7` — 3 warning
  - for the `query` request parameter `page_size`, the max was set to `100.00`
  - for the `query` request parameter `page`, the min was set to `1.00`
  - for the `query` request parameter `page_size`, the min was set to `1.00`

[Change history](https://skmtc.dev/band/apis/request-api/changes/api/v1/me/contacts/requests/sent/get.md)

---

[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/3cff423845a2/schema)
