---
title: "Get supported files for report"
method: GET
path: "/report/supported"
tags: ["deprecated"]
deprecated: true
---

# Get supported files for report

`GET /report/supported`

> **Deprecated.**

**This endpoint is deprecated.** Deprecated since 2023-01-15. Use the [successor version](https://docs.socket.dev/reference/getsupportedfiles) instead.

This route has been moved to the `orgs/{org_slug}/supported-files` endpoint.

Get a list of supported files for project report generation.
Files are categorized first by environment (e.g. NPM or PyPI), then by name.

Files whose names match the patterns returned by this endpoint can be uploaded for report generation.
Examples of supported filenames include `package.json`, `package-lock.json`, and `yarn.lock`.

This endpoint consumes 1 unit of your quota.

This endpoint requires the following org token scopes:

## Response `200`

Glob patterns used to match supported files

- object

## Other responses

- `400` — Bad request
- `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)
