---
title: "Get a skeleton of a feed provided by a feed generator. Auth is optional, depending on provider requirements, and provides the DID of the requester. Implemented by Feed Generator Service."
method: GET
path: "/xrpc/app.bsky.feed.getFeedSkeleton"
tags: ["app.bsky.feed"]
---

# Get a skeleton of a feed provided by a feed generator. Auth is optional, depending on provider requirements, and provides the DID of the requester. Implemented by Feed Generator Service.

`GET /xrpc/app.bsky.feed.getFeedSkeleton`

## Query parameters

- `feed` string, uri, required — Reference to feed generator record describing the specific feed being requested.
- `limit` integer
- `cursor` string

## Response `200`

Success

- object
  - `feed` AppBskyFeedDefsSkeletonFeedPost[], required
    - `post` string, uri, required
    - `reason` union
      - AppBskyFeedDefsSkeletonReasonRepost
        - `repost` string, uri, required
      - AppBskyFeedDefsSkeletonReasonPin
    - `feedContext` string — Context that will be passed through to client and may be passed to feed generator back alongside interactions.
  - `reqId` string — Unique identifier per request that may be passed back alongside interactions.
  - `cursor` string

## Other responses

- `400` — Bad Request

## Changes

- **2026-07-12** `0b39d9ed30de` — 1 info
  - endpoint added
- **2026-07-12** `cd8902e185b6` — 1 breaking
  - api path removed without deprecation
- **2026-04-20** `3353f5f6354a` — 1 info
  - endpoint added
- **2026-04-20** `f6e6f5a5a3cb` — 1 breaking
  - api path removed without deprecation
- **2026-01-21** `b21cd7605630` — 1 warning
  - removed the optional property `reqId` from the response with the `200` status

[Change history](https://skmtc.dev/streamplace/apis/generated-lexicon-api-schema/changes/xrpc/app.bsky.feed.getFeedSkeleton/get.md)

---

[API](https://skmtc.dev/streamplace/apis/generated-lexicon-api-schema.md) · [All operations](https://skmtc.dev/streamplace/apis/generated-lexicon-api-schema/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/streamplace/generated-lexicon-api-schema/revisions/8e2ce7f5d85b/schema)
