---
title: "GET /v2/orgs"
method: GET
path: "/v2/orgs"
tags: ["orgs"]
---

# GET /v2/orgs

`GET /v2/orgs`

Get all orgs you are a member of

## Query parameters

- `offset` integer, required
- `limit` integer, required

## Response `200`

A paginated result set

- object — A paginated result set
  - `data` Org[], required
    - `username` string, required
    - `id` string, uuid, required — The id of the org
  - `links` PaginationLinks, required — Links to use for pagination
    - `self` string, uri, required — URL of this page
    - `prev` string, uri — URL of the previous page, if any
    - `next` string, uri — URL of the next page, if any

---

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