---
title: "List full scans associated with alert (Beta)"
method: GET
path: "/orgs/{org_slug}/alert-full-scan-search"
tags: ["alerts"]
---

# List full scans associated with alert (Beta)

`GET /orgs/{org_slug}/alert-full-scan-search`

List full scans associated with alert.

This endpoint consumes 10 units of your quota.

This endpoint requires the following org token scopes:
- alerts:list

## Path parameters

- `org_slug` string, required

## Query parameters

- `per_page` integer
- `startAfterCursor` string
- `alertKey` string, required
- `range` string

## Response `200`

The paginated array of full scans associated with alert for the organization and related metadata.

- object
  - `endCursor` string, nullable, required
  - `items` object[], required
    - `fullScanId` string, required — ID of full scan
    - `branchName` string, nullable, required
    - `branchType` 'default' | 'non-default' | 'tracked' | 'untracked' | '', required — Type of branch that was scanned
    - `repoFullName` string, nullable, required — Full name of repo which contains repo workspace and repo slug
    - `sbomCreatedAt` string, required — ISO date when SBOM was created
    - `scannedAt` string, required — ISO date when SBOM was scanned
    - `alertKeys` string[], required
  - `meta` object, required
    - `organizationId` string, required
    - `alertKeys` string[], required
    - `queryStartTimestamp` number, required
    - `startDateInclusive` string, required
    - `endDateInclusive` string, required

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `403` — Insufficient max_quota for API method
- `404` — Resource not found
- `429` — Insufficient quota for API route

---

[API](https://skmtc.dev/socket-dev/apis/socket.md) · [All operations](https://skmtc.dev/socket-dev/apis/socket/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/socket-dev/socket/revisions/bf994b75d33f/schema)
