---
title: "Get list of reports"
method: GET
path: "/report/list"
tags: ["deprecated"]
deprecated: true
---

# Get list of reports

`GET /report/list`

> **Deprecated.**

**This endpoint is deprecated.** Use the [successor version](https://docs.socket.dev/reference) instead.

Deprecated: Use `/orgs/{org_slug}/full-scans` instead. Get all your project reports generated with the GitHub app.

This endpoint consumes 10 units of your quota.

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

## Query parameters

- `from` string
- `repo` string

## Response `200`

List of project reports

- object[]
  - `id` string, required
  - `url` string, required
  - `repo` string, required
  - `branch` string, required
  - `pull_requests` object, required
  - `commit` string, required
  - `owner` string, required
  - `created_at` 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)
