v1
latestOpenAPI 3.0.02026-07-249055687.1 KBdiff-scans
List diff scans
Returns a paginated list of all diff scans in an organization.
This endpoint consumes 1 unit of your quota.
This endpoint requires the following org token scopes:
- diff-scans:list
get/orgs/{org_slug}/diff-scans
Path parameters
org_slugstring required
The slug of the organization
Query parameters
sort'created_at' | 'updated_at'
Specify sort field.
direction'asc' | 'desc'
Specify sort direction.
per_pageinteger
Specify the maximum number of results to return per page.
cursorstring
Cursor for pagination. Use the next_cursor or prev_cursor from previous responses.
repository_idstring
Filter by repository ID.
before_full_scan_idstring
Filter by before full scan ID.
after_full_scan_idstring
Filter by after full scan ID.
Response
Lists diff scans for the specified organization.