---
title: "Retrieve project under the organization"
method: GET
path: "/organization/{organization_id}/project/{project_id}"
tags: ["Organizations"]
---

# Retrieve project under the organization

`GET /organization/{organization_id}/project/{project_id}`

## Path parameters

- `organization_id` string, required
- `project_id` string, required

## Response `200`

Response

- OrganizationProjectsGetResponse — OrganizationProjectsGetResponse
  - `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
  - `features` object — Feature flags
    - `ANY` boolean — Boolean
  - `organization_id` string, required — Organization ID
  - `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

## Other responses

- `404` — Resource not found

---

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