---
title: "Get Outgoing Friend Requests"
method: GET
path: "/users/friend-requests/outgoing"
tags: ["users", "users"]
---

# Get Outgoing Friend Requests

`GET /users/friend-requests/outgoing`

Get outgoing friend requests sent by the current user.
Optimized with eager loading to avoid N+1 queries.

## Headers

- `authorization` string, nullable

## Response `200`

Successful Response

- FriendRequestResponse[]
  - `id` string, uuid, required
  - `sender_id` string, uuid, required
  - `receiver_id` string, uuid, required
  - `status` string, required
  - `message` string, nullable, required
  - `created_at` string, date-time, required
  - `updated_at` string, date-time, required
  - `sender_name` string, nullable
  - `receiver_name` string, nullable
  - `sender_picture` string, nullable
  - `receiver_picture` string, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/fluentea/apis/aurqa-language-learning-platform-refactored.md) · [All operations](https://skmtc.dev/fluentea/apis/aurqa-language-learning-platform-refactored/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/fluentea/aurqa-language-learning-platform-refactored/revisions/78f314acd8bf/schema)
