quest.sableye.magnet.getAuthorEntries

matt.evil.gay

Documentation

Get magnet entries published by a specific author.

main query

Get magnet entries published by a specific author.

Parameters

author string did Required

The DID of the author.

cursor string Optional

Pagination cursor.

limit integer Optional

Maximum number of results.

Output

Encodingapplication/json
cursor string Optional

No description available.

entries array 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)
Parameters
The DID of the author.
Pagination cursor.
Maximum number of results.
View raw schema
{
  "type": "query",
  "output": {
    "schema": {
      "type": "object",
      "required": [
        "entries"
      ],
      "properties": {
        "cursor": {
          "type": "string"
        },
        "entries": {
          "type": "array",
          "items": {
            "ref": "quest.sableye.magnet.listEntries#entryView",
            "type": "ref"
          }
        }
      }
    },
    "encoding": "application/json"
  },
  "parameters": {
    "type": "params",
    "required": [
      "author"
    ],
    "properties": {
      "limit": {
        "type": "integer",
        "default": 25,
        "maximum": 100,
        "minimum": 1,
        "description": "Maximum number of results."
      },
      "author": {
        "type": "string",
        "format": "did",
        "description": "The DID of the author."
      },
      "cursor": {
        "type": "string",
        "description": "Pagination cursor."
      }
    }
  },
  "description": "Get magnet entries published by a specific author."
}

Lexicon Garden

@