Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url http://localhost:3000/v1/scanner/scan-history
{ "entries": [ { "id": "<string>", "timestamp": "<string>", "objectType": "<string>", "rawData": "<string>", "name": "<string>", "lookupCode": "<string>" } ], "total": 123, "error": "<string>", "message": "<string>" }
Returns the user’s scan history from the database.
Maximum number of entries to return
1 <= x <= 500
100
User's scan history
Show child attributes