rsvp.atmo.getOverview

atmo.rsvp

Documentation

Get an overview of all indexed collections

main query

Get an overview of all indexed collections

Output

Encodingapplication/json
collections array Required

No description available.

total_records integer 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": [
        "total_records",
        "collections"
      ],
      "properties": {
        "collections": {
          "type": "array",
          "items": {
            "ref": "#collectionStats",
            "type": "ref"
          }
        },
        "total_records": {
          "type": "integer"
        }
      }
    },
    "encoding": "application/json"
  },
  "description": "Get an overview of all indexed collections"
}
collectionStats object

No description available.

Properties

collection string Required

No description available.

records integer Required

No description available.

unique_users integer Required

No description available.

View raw schema
{
  "type": "object",
  "required": [
    "collection",
    "records",
    "unique_users"
  ],
  "properties": {
    "records": {
      "type": "integer"
    },
    "collection": {
      "type": "string"
    },
    "unique_users": {
      "type": "integer"
    }
  }
}

Lexicon Garden

@