---
title: "List organization repositories"
method: GET
path: "/api/organizations/{name}/settings/repositories"
tags: ["orgs"]
---

# List organization repositories

`GET /api/organizations/{name}/settings/repositories`

## Path parameters

- `name` string, required

## Query parameters

- `search` string — Filter repositories by name (case-insensitive substring match)
- `type` 'dataset' | 'model' | 'space' | 'bucket' | 'kernel' | 'container' — Filter by repository type
- `limit` integer — Max number of repositories to return
- `sort` 'storage' | 'updatedAt' — Sort field (default: storage)
- `direction` 'asc' | 'desc' — Sort direction (default: desc)

## Response `200`

Organization repositories with storage usage

- object[]
  - `id` string, required
  - `type` 'dataset' | 'model' | 'space' | 'bucket' | 'kernel' | 'container', required
  - `updatedAt` string, required
  - `visibility` 'public' | 'private' | 'protected', required
  - `storage` number, required
  - `storagePercent` number, required

## Changes

- **2026-09-18** `74f2b0d17636` — 1 warning, 1 info
  - added the new `container` enum value to the `items/type` response property for the response status `200`
  - added the new enum value `container` to the `query` request parameter `type`
- **2026-09-08** `bd17546f47b8` — 2 breaking, 3 info
  - the `items/type` response's property type changed from no type to `string` for status `200`
  - the `items/visibility` response's property type changed from no type to `string` for status `200`
  - for the `query` request parameter `direction`, the type was generalized from no type to `string`
  - for the `query` request parameter `sort`, the type was generalized from no type to `string`
  - …1 more

[Change history](https://skmtc.dev/huggingface/apis/hub-api-endpoints/changes/api/organizations/:name/settings/repositories/get.md)

---

[API](https://skmtc.dev/huggingface/apis/hub-api-endpoints.md) · [All operations](https://skmtc.dev/huggingface/apis/hub-api-endpoints/llms.txt) · [OpenAPI document](https://skmtc.dev/huggingface/apis/hub-api-endpoints/revisions/2be5f0669ac6?raw)
