rsvp.atmo.getCursor

atmo.rsvp

Documentation

Get the current cursor position

main query

Get the current cursor position

Output

Encodingapplication/json
date string Optional

No description available.

seconds_ago integer Optional

No description available.

time_us integer Optional

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",
      "properties": {
        "date": {
          "type": "string"
        },
        "time_us": {
          "type": "integer"
        },
        "seconds_ago": {
          "type": "integer"
        }
      }
    },
    "encoding": "application/json"
  },
  "description": "Get the current cursor position"
}

Lexicon Garden

@