{
"id": "space.highport.manage.getMyActivity",
"defs": {
"main": {
"type": "query",
"errors": [
{
"name": "AnalyticsDisabled",
"description": "This deployment has no analytics store configured."
}
],
"output": {
"schema": {
"type": "object",
"required": [
"domains"
],
"properties": {
"cursor": {
"type": "string",
"description": "Present when more entries exist."
},
"domains": {
"type": "array",
"items": {
"type": "object",
"required": [
"domain",
"requests",
"bytesBilled",
"lastSeen"
],
"properties": {
"domain": {
"type": "string",
"description": "The domain browsed."
},
"lastSeen": {
"type": "string",
"format": "datetime",
"description": "The most recent request."
},
"requests": {
"type": "integer",
"description": "Responses received."
},
"asVisitor": {
"type": "boolean",
"description": "True when this was a visit to someone else's sender-pays site, rather than the caller's own domain."
},
"bytesBilled": {
"type": "integer",
"description": "Bytes billed to the caller's allowance."
}
},
"description": "One domain the caller browsed, and what it cost."
}
}
}
},
"encoding": "application/json"
},
"parameters": {
"type": "params",
"properties": {
"to": {
"type": "string",
"format": "datetime",
"description": "Exclusive upper bound. Defaults to now."
},
"from": {
"type": "string",
"format": "datetime",
"description": "Inclusive lower bound. Defaults to 30 days ago."
},
"limit": {
"type": "integer",
"default": 50,
"maximum": 100,
"minimum": 1,
"description": "Maximum entries to return."
},
"cursor": {
"type": "string",
"description": "Pagination cursor from a previous response."
}
}
},
"description": "The caller's own browsing across every domain it signed in to, so it can check what it was billed for. There is no way to read anyone else's."
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}
Metadata
- DID
-
did:plc:ciygg5hma4q7ah2kxaszkyob
- CID
-
bafyreiacdl7jthijzd6ha6xf6alh426sdhzo5tvgaskkzcqo2dnph327ja
- Indexed At
- 2026-09-17 17:50 UTC
- AT-URI
-
at://did:plc:ciygg5hma4q7ah2kxaszkyob/com.atproto.lexicon.schema/space.highport.manage.getMyActivity
Version History (2 versions)