Skip to main content

app.bsky.feed.getFeedSkeleton

GET 

/xrpc/app.bsky.feed.getFeedSkeleton

This endpoint is part of the Bluesky application Lexicon APIs (app.bsky.*). Public endpoints which don't require authentication can be made directly against the public Bluesky AppView API: https://public.api.bsky.app. Authenticated requests are usually made to the user's PDS, with automatic service proxying. Authenticated requests can be used for both public and non-public endpoints.

To learn more about calling atproto API endpoints like this one, see the API Hosts and Auth guide.

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.

Request

Query Parameters

    feed at-urirequired

    Reference to feed generator record describing the specific feed being requested.

    limit integer

    Possible values: >= 1 and <= 100

    Default value: 50

    cursor string

Responses

OK

Schema

    cursor string

    feed

    object[]

    required

  • Array [

  • post at-urirequired

    reason

    object

    oneOf

    repost at-urirequired
    feedContext string

    Possible values: <= 2000 characters

    Context that will be passed through to client and may be passed to feed generator back alongside interactions.

  • ]

Loading...