---
title: "GET /users/registries/{gitRegistry}/organizations/{organization}"
method: GET
path: "/users/registries/{gitRegistry}/organizations/{organization}"
tags: ["users"]
---

# GET /users/registries/{gitRegistry}/organizations/{organization}

`GET /users/registries/{gitRegistry}/organizations/{organization}`

Get all of the repositories for an organization for a given git registry accessible to the logged in user.

## Path parameters

- `gitRegistry` 'dockstore.org' | 'github.com' | 'bitbucket.org' | 'gitlab.com', required
- `organization` string, required

## Response `200`

A list of repositories for an organization for a given git registry accessible to the logged in user

- Repository[]
  - `canDelete` boolean
  - `gitRegistry` 'dockstore.org' | 'github.com' | 'bitbucket.org' | 'gitlab.com'
  - `organization` string
  - `path` string
  - `present` boolean
  - `repositoryName` string

---

[API](https://skmtc.dev/dockstore/apis/dockstore-api.md) · [All operations](https://skmtc.dev/dockstore/apis/dockstore-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/dockstore/dockstore-api/revisions/9d82a4e96aa7/schema)
