---
title: "List Organization Upstreams"
method: GET
path: "/v0/organizations/{org_id}/upstreams"
tags: ["organizations"]
---

# List Organization Upstreams

`GET /v0/organizations/{org_id}/upstreams`

Lists all upstreams belonging to a specific organization.
Returns information about upstream repositories owned by the organization.

## Path parameters

- `org_id` string, required

## Response `200`

- OrganizationUpstreamList
  - `upstreams` OrganizationUpstream[], required — List of upstreams
    - `framework` 'drupal' | 'drupal8' | 'wordpress' | 'nodejs' — Framework type
    - `id` string, required — Upstream UUID
    - `label` string — Upstream name
    - `machine_name` string — Machine-readable name
    - `type` 'core' | 'custom' | 'product' — Upstream type

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error
- `503` — Service Unavailable

---

[API](https://skmtc.net/pantheon/apis/pantheon-public-api-service.md) · [All operations](https://skmtc.net/pantheon/apis/pantheon-public-api-service/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pantheon/pantheon-public-api-service/revisions/94758829689e/schema)
