List recent scans for the organization, sorted newest first. Useful for populating dashboards and review queues.Documentation Index
Fetch the complete documentation index at: https://docs.tumban.com/llms.txt
Use this file to discover all available pages before exploring further.
Visibility is org-wide by design — every member of the organization
sees every scan, not just the ones they submitted themselves.
Query parameters
Maximum number of scans to return. Range:
1–50.Comma-separated list of recommendation values to restrict results to,
for example
review_high,review_medium. Allowed values: no_flags,
review_low, review_medium, review_high. When this parameter is
set, only completed scans are returned.Response
List of scan summaries.
ISO 8601 UTC timestamp of when the response was generated, with
Z
suffix.scans[]
Use with
GET /api/v2/scans/{scan_id} to fetch the
full record.The submitted profile URL.
See Status values. Includes
processing so
in-flight scans are visible.ISO 8601 UTC timestamp.
ISO 8601 UTC timestamp;
null if the scan is still processing.See Recommendation values.
null for
scans that have not produced a triage report.0–100.
null for scans without a triage report.low, medium, or high. null for scans without a triage report.Example
Errors
| Status | Detail |
|---|---|
| 400 | Invalid recommendation values: [...] — one or more values in recommendation are not allowed. |
Using the dashboard
The Home page renders two tables that read from this endpoint:- Needs your attention — scans from the last 30 days with
recommendationofreview_highorreview_medium. - Recent scans — the eight most recent scans of any status.
processing) scans every five seconds and
updates rows in place. Click any non-processing row to open
Get scan detail.
