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

# List Organizations

`GET /api/v1/organizations`

List organizations for a user.

## Cookies

- `session` string, nullable

## Response `200`

Successful Response

- Organization[]
  - `id` string, uuid, required — Unique identifier
  - `created_at` string, date-time, nullable — Creation datetime
  - `updated_at` string, date-time, nullable — Update datetime
  - `name` string, required — A name for the organization.
  - `parse_plan_level` 'DEFAULT' | 'PREMIUM' — Enum for the Parse plan level.
  - `stripe_customer_id` string, nullable — The Stripe customer ID for the organization.
  - `feature_flags` object, nullable — Feature flags for the organization.

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/run-llama/apis/llama-platform.md) · [All operations](https://skmtc.net/run-llama/apis/llama-platform/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/run-llama/llama-platform/revisions/b17341164de9/schema)
