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

# List Orgs

`GET /v1/orgs`

List all organizations the current user is a member of.

Lightweight endpoint for org switcher - returns basic info without permissions.
Call GET /v1/orgs/{org_id} to get full details for a specific org.

Returns:
    List of organizations with basic info and user's role

Example response:
[
    {
        "org_id": "...",
        "name": "Acme Corp",
        "role": "owner",
        "joined_at": "2025-01-01T00:00:00Z"
    }
]

## Response `200`

Successful Response

- unknown

---

[API](https://skmtc.net/tryardent/apis/fastapi.md) · [All operations](https://skmtc.net/tryardent/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tryardent/fastapi/revisions/71b66f68e19c/schema)
