Retrieve the id and status of all scans in the database.
{ "data": { "scans": [ { "id": "21029", "status": "succeeded" }, { "id": "21028", "status": "succeeded" }, { "id": "21027", "status": "succeeded" } ] }}
Was this page helpful?