app.atmobb.discussion.getLatestThreads

lexicons.atmobb.app

Documentation

Most recently active threads. With a forum param, scoped to that forum's own boards plus the merged streams of its topic boards.

main query

Most recently active threads. With a forum param, scoped to that forum's own boards plus the merged streams of its topic boards.

Parameters

cursor string Optional

No description available.

forum string did Optional

A decentralized identifier (DID).

limit integer Optional

No description available.

Output

Encodingapplication/json
cursor string Optional

No description available.

threads 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
A decentralized identifier (DID).
View raw schema
{
  "type": "query",
  "output": {
    "schema": {
      "type": "object",
      "required": [
        "threads"
      ],
      "properties": {
        "cursor": {
          "type": "string"
        },
        "threads": {
          "type": "array",
          "items": {
            "type": "unknown"
          }
        }
      }
    },
    "encoding": "application/json"
  },
  "parameters": {
    "type": "params",
    "properties": {
      "forum": {
        "type": "string",
        "format": "did"
      },
      "limit": {
        "type": "integer",
        "default": 25,
        "maximum": 100,
        "minimum": 1
      },
      "cursor": {
        "type": "string"
      }
    }
  },
  "description": "Most recently active threads. With a forum param, scoped to that forum's own boards plus the merged streams of its topic boards."
}

Lexicon Garden

@