---
title: "List repositories"
method: GET
path: "/api/v1/orgs/{org_id}/repositories"
tags: ["Repositories"]
---

# List repositories

`GET /api/v1/orgs/{org_id}/repositories`

Returns summaries of all repositories for the organization

## Path parameters

- `org_id` string, required

## Response `200`

OK

- GithubComActiveloopaiDeeplakeApiInternalRepositoriesListResponse
  - `repositories` GithubComActiveloopaiDeeplakeApiInternalRepositoriesRepositorySummary[]
    - `created_at` string
    - `dtype` 's3' | 's3:role' | 'gcs' | 'gcs_federated' | 'azure' | 'azure_federated'
    - `id` string
    - `is_default` boolean
    - `name` string
    - `path` string
    - `storage_id` string
    - `updated_at` string

## Other responses

- `401` — Unauthorized
- `403` — Forbidden

---

[API](https://skmtc.net/deeplake/apis/deeplake-api.md) · [All operations](https://skmtc.net/deeplake/apis/deeplake-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/deeplake/deeplake-api/revisions/e16ed11d991c/schema)
