Get Scan

Get Scan by ID

GET /v1/scans/:scan_id

Retrieve a specific scan by the ID of the scan.

Headers

NameValue

Content-Type

application/json

Authorization

Bearer <token>

Response

{
   "success":true,
   "data":{
      "id":"d0e37577-902e-4571-be7b-e4d774167658",
      "name":"scan1",
      "source":"upload",
      "last_check_status":"completed",
      "team_id":"6fa3edd1-153c-4643-8393-0cf1bfbdd358",
      "created_at":1711058709,
      "updated_at":1711058748,
      "last_scan_score":4.73,
      "files":[
         {
            "id":"a5202abd-86c6-4ac8-875b-3b27391c6c91",
            "uploadUrl":"https://broadways3.s3.amazonaws.com/uploads/6fa3edd1-153c-4643-8393-0cf1bfbdd358/cfb9cf20-d8a2-4bc5-8f9b-007ccce868b0.sol"
         }
      ]
   }
}

Last updated