---
title: "List organization projects"
method: GET
path: "/v1/{org_name}/projects"
tags: ["Projects"]
---

# List organization projects

`GET /v1/{org_name}/projects`

## Path parameters

- `org_name` string, required

## Response `200`

A list of projects in the Organization

- object
  - `projects` object[], required
    - `name` string, required
    - `catalog` string
    - `groups` string[], nullable, required — List of group slugs associated with the project
    - `branching_behavior` 'specified_branch' | 'latest_aligned_branch', required — Controls how the project's default branch is determined. `specified_branch` uses the branch set in `default_branch`. `latest_aligned_branch` automatically updates to the most recently aligned branch.
    - `default_branch` string, required
    - `external_identifier` string, nullable, required — An optional custom identifier that can be set that corresponds to something outside of Tidelift
    - `created_at` string, date-time — When the project was created

## Other responses

- `401` — Unauthorized

---

[API](https://skmtc.net/tidelift/apis/tidelift-external-api.md) · [All operations](https://skmtc.net/tidelift/apis/tidelift-external-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tidelift/tidelift-external-api/revisions/5f36bed372bb/schema)
