---
title: "List organizations"
method: GET
path: "/api/v1/orgs"
tags: ["organizations"]
---

# List organizations

`GET /api/v1/orgs`

Listing organizations

## Response `200`

Organizations listed successfully

- OrganizationListItemResponse[]
  - `id` integer
  - `createdAt` string
  - `updatedAt` string
  - `name` string
  - `normalizedName` string

## Other responses

- `default` — Internal server error

---

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