List Skill Scans
Lists your skill scans as summaries, without the full reports. Page with limit / offset.
The listing is always scoped to the user behind your API key. There is no user_email parameter — the gateway sets it, and sending one returns 400.
Scoped to your organization: every scan any member of it has run, across all projects. (An individual account sees its own.) There is no user_email parameter — the gateway applies the scope, and sending one is a 400.
Authorizations
Query Parameters
Only return scans in this state.
queued, running, succeeded, failed Only return scans of this repository, as owner/name (derived server-side from git_url for github.com URLs).
Only return scans with this verdict. Matched exactly and case-sensitively against the stored UPPERCASE value, so SAFE matches and safe matches nothing.
Page size.
1 <= x <= 200Number of rows to skip.
x >= 0Response
Successful Response

