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

# GET /me/orgs

`GET /me/orgs`

List organizations the authenticated user belongs to

## Query parameters

- `q` string
- `page_token` string

## Response `200`

Organizations listed successfully

- ListOrgsResult
  - `next_page_token` string, nullable — Next page token
  - `orgs` OrgPreview[], required — List of organizations
    - `banner_url` string, nullable — URL of the organization's banner image
    - `created_at` integer, required — Creation timestamp in epoch milliseconds
    - `description` string, nullable — Organization description
    - `id` string, required — Unique organization identifier
    - `n_projects` integer, required — Number of projects in the organization
    - `name` string, required — Organization name
    - `photo_url` string, nullable — URL of the organization's profile photo
    - `plan` string, required — Subscription plan
    - `role` string, required — Authenticated user's role in the organization

---

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