---
title: "Get Friends Social Feed"
method: GET
path: "/api/social-feed/friends"
tags: ["social-feed"]
---

# Get Friends Social Feed

`GET /api/social-feed/friends`

Return social feed events from the authenticated user's friends,
ordered by most recent first.

## Query parameters

- `limit` integer
- `offset` integer

## Headers

- `x-user-id` string, nullable

## Response `200`

Successful Response

- SocialFeedEventResponse[]
  - `id` string, required
  - `church_id` integer, nullable
  - `event` 'streak' | 'journal' | 'prayer' | 'prayer_wall' | 'achievement', required — Event types for the user social feed. NOTE: The `social_feed_event_type` enum in the database also needs to be updated whenever values are added or removed here.
  - `metadata` object, required
  - `created_at` string, date-time, required
  - `user` SocialFeedUser — Embedded user info returned in social feed responses.
    - `id` string, nullable
    - `first_name` string, nullable
    - `last_name` string, nullable
    - `profile_picture` string, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/usecreed/apis/creed-api.md) · [All operations](https://skmtc.net/usecreed/apis/creed-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/usecreed/creed-api/versions/523833f9e819/schema)
