List scans
Returns scans owned by the authenticated account in descending creation order.
Authentication
X-API-Keystring
API key in the mak.<lookup-id>.<secret> format.
Query parameters
limit
Maximum results to return. Values above 200 are capped at 200; omission uses 50.
cursor
Opaque cursor returned as next_cursor by a previous request.
verdict
Case-sensitive PostgreSQL LIKE fragment matched against the stored verdict; % and _ act as wildcards.
filename
Case-sensitive PostgreSQL LIKE fragment matched against the stored filename; % and _ act as wildcards.
engine_signature
Case-sensitive PostgreSQL LIKE fragment matched against the stored engine signature; % and _ act as wildcards.
detection_rule
Case-sensitive PostgreSQL LIKE fragment matched against stored detection rules; % and _ act as wildcards.
Response
A page of scans.
items
Scan records. Empty when the account has no scans.
next_cursor
Opaque cursor for the next page, or null when no next page exists.
Errors
400
Bad Request Error
401
Unauthorized Error
429
Too Many Requests Error
500
Internal Server Error

