tools.ozone.communication.listTemplates

ozone-lexicons.bsky.social

Documentation

Get list of all communication templates.

main query

Get list of all communication templates.

Output

Encodingapplication/json
communicationTemplates 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)
View raw schema
{
  "type": "query",
  "output": {
    "schema": {
      "type": "object",
      "required": [
        "communicationTemplates"
      ],
      "properties": {
        "communicationTemplates": {
          "type": "array",
          "items": {
            "ref": "tools.ozone.communication.defs#templateView",
            "type": "ref"
          }
        }
      }
    },
    "encoding": "application/json"
  },
  "description": "Get list of all communication templates."
}

Lexicon Garden

@