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

# List Organizations

`GET /api/v1/organizations`

## Response `200`

Successful Response

- OrganizationListResponse
  - `organizations` Organization[], required — All organizations visible to the caller.
    - `organization_id` string, required — Opaque `org_*` identifier.
    - `organization_key` string, required — Human-readable short key (e.g. customer slug). Unique per environment.
    - `organization_name` string, required — Display name for the organization.
    - `created_at` string, date-time, nullable — UTC timestamp the organization was created.

---

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