List scans
List your scan and open-and-scan requests, with filtering, search and pagination
Authentication
AuthorizationBearer
Your API key, sent as Authorization: Bearer usgmk_live_… in production or usgmk_test_… in the sandbox.
Query parameters
limit
Page size, capped at 100.
cursor
Opaque page cursor — the next_cursor of the previous response. Omit for the first page.
status
type
scan (scan the item) or open (open it and scan the contents).
Allowed values:
mail_id
search
sort
Allowed values:
scanned
Allowed values:
Response
data
next_cursor
Pass as ?cursor= to fetch the next page. Null on the last page.
total_count
Total number of items matching this query across all pages.
Errors
400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
409
Conflict Error
422
Unprocessable Entity Error
429
Too Many Requests Error
500
Internal Server Error