---
title: "List full scans"
method: GET
path: "/orgs/{org_slug}/full-scans"
tags: ["full-scans"]
---

# List full scans

`GET /orgs/{org_slug}/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

- `org_slug` string, required

## Query parameters

- `sort` 'name' | 'created_at'
- `direction` 'asc' | 'desc'
- `per_page` integer
- `page` integer
- `startAfterCursor` string
- `use_cursor` boolean
- `from` string
- `workspace` string
- `repo` string
- `branch` string
- `pull_request` string
- `commit_hash` string
- `scan_type` string

## Response `200`

Lists repositories for the specified organization. The authenticated user must be a member of the organization.

- object
  - `results` object[], required
    - `id` string
    - `created_at` string
    - `updated_at` string
    - `organization_id` string
    - `organization_slug` string
    - `repository_id` string
    - `repository_slug` string
    - `branch` string, nullable
    - `commit_message` string, nullable
    - `commit_hash` string, nullable
    - `pull_request` integer, nullable
    - `committers` string[]
    - `html_url` string, nullable
    - `api_url` string, nullable
    - `workspace` string
    - `repo` string
    - `html_report_url` string
    - `integration_type` string, nullable
    - `integration_repo_url` string, nullable
    - `integration_branch_url` string, nullable
    - `integration_commit_url` string, nullable
    - `integration_pull_request_url` string, nullable
    - `scan_type` string, nullable
    - `scan_state` 'pending' | 'precrawl' | 'resolve' | 'scan', nullable — The current processing status of the SBOM
  - `nextPageCursor` string, nullable, required
  - `nextPage` integer, nullable, 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.net/socket-dev/apis/socket.md) · [All operations](https://skmtc.net/socket-dev/apis/socket/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/socket-dev/socket/versions/bf994b75d33f/schema)
