{
"id": "rip.pds.account.listAccounts",
"defs": {
"main": {
"type": "query",
"output": {
"schema": {
"type": "object",
"required": [
"accounts"
],
"properties": {
"quota": {
"type": "object",
"required": [
"used",
"limit"
],
"properties": {
"used": {
"type": "integer"
},
"limit": {
"type": "integer"
}
},
"description": "How much of the caller's allowance is in use."
},
"cursor": {
"type": "string"
},
"accounts": {
"type": "array",
"items": {
"ref": "rip.pds.account.defs#accountView",
"type": "ref"
}
},
"maxLifetimeDays": {
"type": "integer",
"description": "How far any of the caller's accounts may be extended, in days from its creation, after any per-person override. Clients should render ceilings from this rather than from a server-wide default."
}
}
},
"encoding": "application/json"
},
"parameters": {
"type": "params",
"properties": {
"limit": {
"type": "integer",
"default": 50,
"maximum": 100,
"minimum": 1
},
"cursor": {
"type": "string"
},
"includeDeleted": {
"type": "boolean",
"default": false,
"description": "Include accounts that have already expired or been deleted."
}
}
},
"description": "List the ephemeral accounts minted by the calling account."
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}
Metadata
- DID
-
did:plc:w24v65i3bcsxk6mbbgfdukve
- CID
-
bafyreigskxgupr7bb25expoydypy2x6ng4zugrxjlzilbhnky2qzon2dim
- Indexed At
- 2026-09-24 02:33 UTC
- AT-URI
-
at://did:plc:w24v65i3bcsxk6mbbgfdukve/com.atproto.lexicon.schema/rip.pds.account.listAccounts
Version History (2 versions)