---
title: "List Projects"
method: GET
path: "/v1/organizations/{organization_id}/projects/"
tags: ["Organizations"]
---

# List Projects

`GET /v1/organizations/{organization_id}/projects/`

List all projects under the specified organization.

## Path parameters

- `organization_id` integer, required

## Response `200`

Successful Response

- ProjectListResponse[]
  - `id` integer, required
  - `name` string, required
  - `organization_id` integer, required
  - `management_api_keys_count` integer, required
  - `api_keys_count` integer, required
  - `deleted_at` string, date-time, nullable

## Other responses

- `422` — Validation Error

---

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