---
title: "List git organisations"
method: GET
path: "/git-organisations"
tags: ["Public endpoints", "Git organisations"]
---

# List git organisations

`GET /git-organisations`

Returns a list of git organisations that are included in the register.

## Query parameters

- `page` integer
- `perPage` integer
- `organisation` string, uri

## Response `200`

OK

- GitOrganisation[]
  - `id` string, uuid, required
  - `organisation` OrganisationSummary, required — An organisation from the catalog
    - `uri` string, uri, required — The unique identifier for an organisation
    - `label` string, required — The label of the organisation
  - `url` string, uri, required — URL of the git organisation

## Other responses

- `400` — Bad request

---

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