space.highport.admin.listFindings

lexicons.highport.space

Documentation

Malware detections, newest first. Once a sample is deleted, this is the only record of why it was quarantined.

main query

Malware detections, newest first. Once a sample is deleted, this is the only record of why it was quarantined.

Parameters

cid string Optional

Only findings for this content address.

cursor string Optional

Pagination cursor from a previous response.

did string did Optional

Only findings from this repository. For a tile resource, that is the tile's author, not the site owner.

limit integer Optional

Maximum findings to return.

pending boolean Optional

Only findings whose quarantine has not finished. That content is denied but may still be served.

Output

Encodingapplication/json
cursor string Optional

Present when more findings exist.

findings 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
Only findings for this content address.
Pagination cursor from a previous response.
Only findings from this repository. For a tile resource, that is the tile's author, not the site owner.
Maximum findings to return.
Only findings whose quarantine has not finished. That content is denied but may still be served.
View raw schema
{
  "type": "query",
  "output": {
    "schema": {
      "type": "object",
      "required": [
        "findings"
      ],
      "properties": {
        "cursor": {
          "type": "string",
          "description": "Present when more findings exist."
        },
        "findings": {
          "type": "array",
          "items": {
            "ref": "space.highport.defs#malwareFinding",
            "type": "ref"
          }
        }
      }
    },
    "encoding": "application/json"
  },
  "parameters": {
    "type": "params",
    "properties": {
      "cid": {
        "type": "string",
        "description": "Only findings for this content address."
      },
      "did": {
        "type": "string",
        "format": "did",
        "description": "Only findings from this repository. For a tile resource, that is the tile's author, not the site owner."
      },
      "limit": {
        "type": "integer",
        "default": 50,
        "maximum": 100,
        "minimum": 1,
        "description": "Maximum findings to return."
      },
      "cursor": {
        "type": "string",
        "description": "Pagination cursor from a previous response."
      },
      "pending": {
        "type": "boolean",
        "description": "Only findings whose quarantine has not finished. That content is denied but may still be served."
      }
    }
  },
  "description": "Malware detections, newest first. Once a sample is deleted, this is the only record of why it was quarantined."
}

Lexicon Garden

@