at.unthread.document.listDrafts

unthread.at

{
  "id": "at.unthread.document.listDrafts",
  "defs": {
    "main": {
      "type": "query",
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "drafts"
          ],
          "properties": {
            "cursor": {
              "type": "string",
              "description": "Pagination cursor for the next page."
            },
            "drafts": {
              "type": "array",
              "items": {
                "ref": "at.unthread.document.putDraft#draftView",
                "type": "ref"
              }
            }
          }
        },
        "encoding": "application/json"
      },
      "parameters": {
        "type": "params",
        "properties": {
          "limit": {
            "type": "integer",
            "default": 50,
            "maximum": 100,
            "minimum": 1,
            "description": "Maximum number of drafts to return."
          },
          "cursor": {
            "type": "string",
            "description": "Pagination cursor from a previous response."
          }
        }
      },
      "description": "List the authenticated user's drafts."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against at.unthread.document.listDrafts

Validation Options
Automatically resolve and include external schemas for full validation
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:trxedfug5xlbw64ydrkv7cr2
CID
bafyreicz5hhlf5zoavdrnxqbwfcl5zolr7w3icdlgpotos6dziuzusw6sq
Indexed At
2026-03-02 14:21 UTC
AT-URI
at://did:plc:trxedfug5xlbw64ydrkv7cr2/com.atproto.lexicon.schema/at.unthread.document.listDrafts

Referenced Schemas (1)

Lexicon Garden

@