---
title: "List projects under the organization"
method: GET
path: "/organization/{organization_id}/projects"
tags: ["Organizations"]
---

# List projects under the organization

`GET /organization/{organization_id}/projects`

## Path parameters

- `organization_id` string, required

## Response `200`

Response

- OrganizationProjectsListResponse — OrganizationProjectsListResponse
  - `projects` object[], required — List of projects
    - `account_id` string — [DEPRECATED] Account ID to where the project belongs
    - `base_port` integer — Valid port number (1-65535)
    - `billing_group_id` string — Billing group ID
    - `end_of_life_extension` object, required — End of life extension information
      - `ANY` object — ServiceEndOfLifeExtension
        - `eol_date` string, required — Extended EOL date
        - `version` string, required — Service version
    - `parent_id` string, required — Organization or unit ID to where the project belongs
    - `project_id` string, required — Project ID
    - `tags` object, required — Tags
      - `ANY` string — Tag value
    - `tech_emails` object[], required — List of project technical email addresses
      - `email` string, required — Technical contact email
  - `total_project_count` integer, required — Total number of projects

## Other responses

- `404` — Resource not found

---

[API](https://skmtc.net/aiven/apis/aiven-api-documentation.md) · [All operations](https://skmtc.net/aiven/apis/aiven-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aiven/aiven-api-documentation/versions/ecaeabf1da31/schema)
