Skip to main content
GET
/
v1
/
scanner
/
scan-history
Get scan history
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>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.switchyard.run/llms.txt

Use this file to discover all available pages before exploring further.

Query Parameters

limit
integer
default:500

Maximum number of entries to return

Required range: 1 <= x <= 500
Example:

100

Response

200 - application/json

User's scan history

entries
object[]
required
total
number
required
error
string
message
string