space.highport.sites.getTile

lexicons.highport.space

Documentation

A published tile. Without cid, returns the latest published version. Never returns a prepared but uncommitted version, or a space tile.

main query

A published tile. Without cid, returns the latest published version. Never returns a prepared but uncommitted version, or a space tile.

Parameters

cid string cid Optional

A specific version to return. Defaults to the latest published one.

uri string at-uri Required

The tile record's AT-URI.

Output

Encodingapplication/json

Errors

TileNotFound No such published tile. Also returned for a space tile and for a version still pending publication.
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
A specific version to return. Defaults to the latest published one.
The tile record's AT-URI.
View raw schema
{
  "type": "query",
  "errors": [
    {
      "name": "TileNotFound",
      "description": "No such published tile. Also returned for a space tile and for a version still pending publication."
    }
  ],
  "output": {
    "schema": {
      "ref": "space.highport.defs#tileView",
      "type": "ref"
    },
    "encoding": "application/json"
  },
  "parameters": {
    "type": "params",
    "required": [
      "uri"
    ],
    "properties": {
      "cid": {
        "type": "string",
        "format": "cid",
        "description": "A specific version to return. Defaults to the latest published one."
      },
      "uri": {
        "type": "string",
        "format": "at-uri",
        "description": "The tile record's AT-URI."
      }
    }
  },
  "description": "A published tile. Without cid, returns the latest published version. Never returns a prepared but uncommitted version, or a space tile."
}

Lexicon Garden

@