---
title: "Get large files"
method: GET
path: "/repos/{owner}/{repo}/import/large_files"
tags: ["migrations"]
deprecated: true
---

# Get large files

`GET /repos/{owner}/{repo}/import/large_files`

> **Deprecated.**

List files larger than 100MB found during the import

> [!WARNING]
> **Endpoint closing down notice:** Due to very low levels of usage and available alternatives, this endpoint is closing down and will no longer be available from 00:00 UTC on April 12, 2024. For more details and alternatives, see the [changelog](https://gh.io/source-imports-api-deprecation).

## Path parameters

- `owner` string, required
- `repo` string, required

## Response `200`

Response

- PorterLargeFile[]
  - `ref_name` string, required
  - `path` string, required
  - `oid` string, required
  - `size` integer, required

## Other responses

- `503` — Unavailable due to service under maintenance.

---

[API](https://skmtc.net/github/apis/github-v3-rest-api-3.md) · [All operations](https://skmtc.net/github/apis/github-v3-rest-api-3/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/github/github-v3-rest-api-3/versions/dc0584ac4e13/schema)
