Skip to main content
GET
List Skill Scans

Authorizations

apikey
string
header
required

Query Parameters

status
enum<string>

Only return scans in this state.

Available options:
queued,
running,
succeeded,
failed
repo
string

Only return scans of this repository, as owner/name (derived server-side from git_url for github.com URLs).

verdict
string

Only return scans with this verdict. Matched exactly and case-sensitively against the stored UPPERCASE value, so SAFE matches and safe matches nothing.

limit
integer
default:50

Page size.

Required range: 1 <= x <= 200
offset
integer
default:0

Number of rows to skip.

Required range: x >= 0

Response

Successful Response

Offset-paginated list of your scans. Items are summaries — the report is not included; fetch it per scan.

items
SkillScannerScanRecord · object[]
required
total
integer
required

Total rows matching the filters.

limit
integer
required

The page size used.

offset
integer
required

The offset used.