is.currents.feed.getSaves

currents.is

Documentation

Hydrate a list of saves by their AT-URIs. Auth is optional; if provided, viewer-specific state is included in the returned save views. Missing URIs are omitted from the output.

main query

Hydrate a list of saves by their AT-URIs. Auth is optional; if provided, viewer-specific state is included in the returned save views. Missing URIs are omitted from the output.

Parameters

uris array of string Required

No description available.

Output

Encodingapplication/json
saves 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
View raw schema
{
  "type": "query",
  "output": {
    "schema": {
      "type": "object",
      "required": [
        "saves"
      ],
      "properties": {
        "saves": {
          "type": "array",
          "items": {
            "ref": "is.currents.feed.defs#saveView",
            "type": "ref"
          }
        }
      }
    },
    "encoding": "application/json"
  },
  "parameters": {
    "type": "params",
    "required": [
      "uris"
    ],
    "properties": {
      "uris": {
        "type": "array",
        "items": {
          "type": "string",
          "format": "at-uri"
        },
        "maxLength": 25,
        "minLength": 1
      }
    }
  },
  "description": "Hydrate a list of saves by their AT-URIs. Auth is optional; if provided, viewer-specific state is included in the returned save views. Missing URIs are omitted from the output."
}

Lexicon Garden

@