v1
latestOpenAPI 3.0.02026-07-249055687.1 KBList full scans
Returns a paginated list of all full scans in an org, excluding SBOM artifacts.
This endpoint consumes 1 unit of your quota.
This endpoint requires the following org token scopes:
- full-scans:list
Path parameters
The slug of the organization
Query parameters
Specify Sort order.
Specify sort direction.
Specify the maximum number of results to return per page.
The page number to return when using offset-style pagination. Ignored when cursor pagination is used.
Cursor token for pagination. Pass the returned nextPageCursor from previous responses to fetch the next set of results.
Set to true on the first request to opt into cursor-based pagination.
A Unix timestamp in seconds that filters full-scans prior to the date.
A repository workspace to filter full-scans by.
A repository slug to filter full-scans by.
A branch name to filter full-scans by.
A PR number to filter full-scans by.
A commit hash to filter full-scans by.
A scan type to filter full-scans by (e.g. socket, socket_tier1, socket_basics).
Response
Lists repositories for the specified organization. The authenticated user must be a member of the organization.