---
title: "Get a list of all the organizations you are associated with."
method: GET
path: "/orgs/"
tags: ["orgs"]
---

# Get a list of all the organizations you are associated with.

`GET /orgs/`

Get a list of all the organizations you are associated with.

## Query parameters

- `page` integer
- `page_size` integer
- `sort` string

## Response `200`

OK

- Organization[]
  - `country` string, nullable
  - `created_at` string, date-time
  - `location` string, nullable — The city/town/area your organization is based in.
  - `name` string, required
  - `slug` string
  - `slug_perm` string
  - `tagline` string, nullable — A short public descriptive for your organization.

## Other responses

- `400` — Request could not be processed (see detail).
- `422` — Missing or invalid parameters (see detail).

---

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