# rsvp.atmo.getCursor

> Published by [atmo.rsvp](https://lexicon.garden/identity/did:plc:b63bmauox6z5rbibwrhxrdnw)

✓ This is the authoritative definition for this NSID.

## Links

- [View on Lexicon Garden](https://lexicon.garden/lexicon/did:plc:b63bmauox6z5rbibwrhxrdnw/rsvp.atmo.getCursor)
- [Documentation](https://lexicon.garden/lexicon/did:plc:b63bmauox6z5rbibwrhxrdnw/rsvp.atmo.getCursor/docs)
- [Examples](https://lexicon.garden/lexicon/did:plc:b63bmauox6z5rbibwrhxrdnw/rsvp.atmo.getCursor/examples)

## Definitions

### `rsvp.atmo.getCursor`

**Type**: `query`

Get the current cursor position

#### Output

**Encoding**: `application/json`

| Property | Type | Required | Description |
|----------|------|----------|-------------|
| `date` | `string` | No |  |
| `time_us` | `integer` | No |  |
| `seconds_ago` | `integer` | No |  |

## Raw Schema

```json
{
  "id": "rsvp.atmo.getCursor",
  "defs": {
    "main": {
      "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"
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}
```
