club.userstyles.alpha.feed.getTimeline

userstyles.club

Documentation

Get the global activity feed, optionally scoped to an actor's social graph activity.

main query

Get the global activity feed, optionally scoped to an actor's social graph activity.

Parameters

actor string at-identifier Optional

Filter the feed to accounts this actor follows, rather than the global feed.

cursor string Optional

No description available.

limit integer Optional

No description available.

Output

Encodingapplication/json
cursor string Optional

No description available.

feed array Required

No description available.

Errors

ActorNotFound
Try It

Requests are sent directly from your browser. Some servers may block requests due to CORS.

Base URL for XRPC calls (e.g., https://api.bsky.social)
Parameters
Filter the feed to accounts this actor follows, rather than the global feed.
View raw schema
{
  "type": "query",
  "errors": [
    {
      "name": "ActorNotFound"
    }
  ],
  "output": {
    "schema": {
      "type": "object",
      "required": [
        "feed"
      ],
      "properties": {
        "feed": {
          "type": "array",
          "items": {
            "ref": "club.userstyles.alpha.defs#feedViewItem",
            "type": "ref"
          }
        },
        "cursor": {
          "type": "string"
        }
      }
    },
    "encoding": "application/json"
  },
  "parameters": {
    "type": "params",
    "properties": {
      "actor": {
        "type": "string",
        "format": "at-identifier",
        "description": "Filter the feed to accounts this actor follows, rather than the global feed."
      },
      "limit": {
        "type": "integer",
        "default": 50,
        "maximum": 100,
        "minimum": 1
      },
      "cursor": {
        "type": "string"
      }
    }
  },
  "description": "Get the global activity feed, optionally scoped to an actor's social graph activity."
}

Lexicon Garden

@