---
title: "Get Modules Testing Project for Organization"
method: GET
path: "/projects/modules/testing/{organizationId}"
tags: ["Projects"]
---

# Get Modules Testing Project for Organization

`GET /projects/modules/testing/{organizationId}`

## Path parameters

- `organizationId` string, required

## Response `200`

- ProjectApiGetModulesTestingProjectResponse
  - `name` string, required
  - `description` string
  - `tags` string[]
  - `organizationId` string, required
  - `parentProjectId` string
  - `id` string
  - `createdBy` string, required
  - `createdByUser` User
    - `email` string
    - `user_id` string
    - `created_at` string
    - `updated_at` string
    - `app_metadata` AppMetadata
      - `organizations` UserOrganization[]
        - `id` string, required
        - `role` string
        - `name` string
      - `isApiKey` boolean
      - `isAutogeneratedTerraformDeployer` boolean
      - `apiKeyType` 'oidc'
      - `createdBy` string
      - `organizationId` string
      - `isSystemUser` boolean
      - `readOnly` boolean
    - `picture` string
    - `name` string
    - `last_login` string
    - `given_name` string
    - `family_name` string
    - `blocked` boolean
  - `isArchived` boolean
  - `hierarchy` string, required

---

[API](https://skmtc.dev/envzero/apis/env0-api.md) · [All operations](https://skmtc.dev/envzero/apis/env0-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/envzero/env0-api/revisions/513441cbe9dc/schema)
