so.sprk.story.getStories

sprk.so

Documentation

Gets story views for a specified list of stories (by AT-URI). This is sometimes referred to as 'hydrating' a story reference list.

main query

Gets story views for a specified list of stories (by AT-URI). This is sometimes referred to as 'hydrating' a story reference list.

Parameters

uris array of string Required

List of story AT-URIs to return hydrated views for.

Output

Encodingapplication/json
stories array Required

No description available.

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
List of story AT-URIs to return hydrated views for.
View raw schema
{
  "type": "query",
  "output": {
    "schema": {
      "type": "object",
      "required": [
        "stories"
      ],
      "properties": {
        "stories": {
          "type": "array",
          "items": {
            "ref": "so.sprk.story.defs#storyView",
            "type": "ref"
          }
        }
      }
    },
    "encoding": "application/json"
  },
  "parameters": {
    "type": "params",
    "required": [
      "uris"
    ],
    "properties": {
      "uris": {
        "type": "array",
        "items": {
          "type": "string",
          "format": "at-uri"
        },
        "description": "List of story AT-URIs to return hydrated views for."
      }
    }
  },
  "description": "Gets story views for a specified list of stories (by AT-URI). This is sometimes referred to as 'hydrating' a story reference list."
}

Lexicon Garden

@