---
title: "List Large files"
method: GET
path: "/api/datasets/{namespace}/{repo}/lfs-files"
tags: ["datasets"]
---

# List Large files

`GET /api/datasets/{namespace}/{repo}/lfs-files`

List Xet/LFS files for a repo

## Path parameters

- `namespace` string, required
- `repo` string, required

## Query parameters

- `cursor` string
- `limit` integer
- `xet` unknown

## Response `200`

List of Xet/LFS files for the repo

- object[]
  - `pusher` object
    - `_id` string, required
    - `avatarUrl` string, required
    - `fullname` string, required
    - `name` string, required
    - `isHf` boolean, required
    - `isHfAdmin` boolean, required
    - `isMod` boolean, required
    - `followerCount` number
    - `type` 'user', required
    - `isPro` boolean, required
    - `isUserFollowing` boolean
    - `primaryOrg` object
      - `avatarUrl` string, required
      - `fullname` string, required
      - `name` string, required
      - `type` 'org', required
      - `isHf` boolean, required
      - `isFollowing` boolean
      - `plan` 'team' | 'enterprise' | 'plus' | 'academia'
      - `details` string
      - `hasPrivateMembersList` boolean
      - `userRole` union
        - 'admin' | 'write' | 'contributor' | 'read' | 'no_access'
        - string — Custom role name
      - `numUsers` number
  - `ref` string
  - `fileOid` string, required
  - `oid` string, required
  - `size` number, required
  - `pushedAt` string, date-time, required
  - `filename` string — Potential filename of the LFS file
  - `xetHash` string

---

[API](https://skmtc.net/huggingface/apis/hub-api-endpoints.md) · [All operations](https://skmtc.net/huggingface/apis/hub-api-endpoints/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/huggingface/hub-api-endpoints/versions/6ab9f7d9cfb5/schema)
