{
"id": "space.highport.admin.listFindings",
"defs": {
"main": {
"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 naming this repository — the one bard fetched the bytes from, which for a tile resource is the tile's author rather than 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. A detection with a null quarantinedAt is denied but may still be served."
}
}
},
"description": "Malware detections, newest first. The evidence a quarantine is argued from, and the only record of why after the sample is deleted."
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}