# chat.sprk.convo.getLog

> Published by [sprk.so](https://lexicon.garden/identity/did:plc:cveom2iroj3mt747sd4qqnr2)

✓ This is the authoritative definition for this NSID.

## Links

- [View on Lexicon Garden](https://lexicon.garden/lexicon/did:plc:cveom2iroj3mt747sd4qqnr2/chat.sprk.convo.getLog)
- [Documentation](https://lexicon.garden/lexicon/did:plc:cveom2iroj3mt747sd4qqnr2/chat.sprk.convo.getLog/docs)
- [Examples](https://lexicon.garden/lexicon/did:plc:cveom2iroj3mt747sd4qqnr2/chat.sprk.convo.getLog/examples)

## Definitions

### `chat.sprk.convo.getLog`

**Type**: `query`

#### Parameters

| Property | Type | Required | Description |
|----------|------|----------|-------------|
| `cursor` | `string` | No |  |

#### Output

**Encoding**: `application/json`

| Property | Type | Required | Description |
|----------|------|----------|-------------|
| `logs` | `array` | Yes |  |
| `cursor` | `string` | No |  |

## Raw Schema

```json
{
  "id": "chat.sprk.convo.getLog",
  "defs": {
    "main": {
      "type": "query",
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "logs"
          ],
          "properties": {
            "logs": {
              "type": "array",
              "items": {
                "refs": [
                  "chat.sprk.convo.defs#logBeginConvo",
                  "chat.sprk.convo.defs#logAcceptConvo",
                  "chat.sprk.convo.defs#logLeaveConvo",
                  "chat.sprk.convo.defs#logMuteConvo",
                  "chat.sprk.convo.defs#logUnmuteConvo",
                  "chat.sprk.convo.defs#logCreateMessage",
                  "chat.sprk.convo.defs#logDeleteMessage",
                  "chat.sprk.convo.defs#logReadMessage",
                  "chat.sprk.convo.defs#logAddReaction",
                  "chat.sprk.convo.defs#logRemoveReaction"
                ],
                "type": "union"
              }
            },
            "cursor": {
              "type": "string"
            }
          }
        },
        "encoding": "application/json"
      },
      "parameters": {
        "type": "params",
        "required": [],
        "properties": {
          "cursor": {
            "type": "string"
          }
        }
      }
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}
```
