space.highport.manage.getMyActivity

lexicons.highport.space

Documentation

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.

main query

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.

Parameters

cursor string Optional

Pagination cursor from a previous response.

from string datetime Optional

Inclusive lower bound. Defaults to 30 days ago.

limit integer Optional

Maximum entries to return.

to string datetime Optional

Exclusive upper bound. Defaults to now.

Output

Encodingapplication/json
cursor string Optional

Present when more entries exist.

domains array Required

No description available.

Errors

AnalyticsDisabled This deployment has no analytics store configured.
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
Pagination cursor from a previous response.
Inclusive lower bound. Defaults to 30 days ago.
Maximum entries to return.
Exclusive upper bound. Defaults to now.
View raw schema
{
  "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."
}

Lexicon Garden

@