---
title: "Get Environments With Outputs"
method: GET
path: "/environment-outputs/by-environment"
tags: ["Environments"]
---

# Get Environments With Outputs

`GET /environment-outputs/by-environment`

## Query parameters

- `projectId` string, required

## Response `200`

- EnvironmentApiGetEnvironmentsWithOutputsResponse
  - `environments` object[], required
    - `environmentId` string, required
    - `environmentName` string, required
    - `projectId` string, required
    - `projectName` string, required
    - `isArchivedEnvironment` boolean, required
    - `workflowEnvironmentName` string
    - `outputs` 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)
