v1

latestOpenAPI 3.0.02026-07-249055687.1 KB
full-scans

List 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
get/orgs/{org_slug}/full-scans

Path parameters

org_slugstring required

The slug of the organization

Query parameters

sort'name' | 'created_at'

Specify Sort order.

direction'asc' | 'desc'

Specify sort direction.

per_pageinteger

Specify the maximum number of results to return per page.

pageinteger

The page number to return when using offset-style pagination. Ignored when cursor pagination is used.

startAfterCursorstring

Cursor token for pagination. Pass the returned nextPageCursor from previous responses to fetch the next set of results.

use_cursorboolean

Set to true on the first request to opt into cursor-based pagination.

fromstring

A Unix timestamp in seconds that filters full-scans prior to the date.

workspacestring

A repository workspace to filter full-scans by.

repostring

A repository slug to filter full-scans by.

branchstring

A branch name to filter full-scans by.

pull_requeststring

A PR number to filter full-scans by.

commit_hashstring

A commit hash to filter full-scans by.

scan_typestring

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.

nextPageCursorstring nullable required
nextPageinteger nullable required