---
title: "Get downstream environments that will be triggered by this environment deployment"
method: GET
path: "/environments/{id}/downstream"
tags: ["Environments"]
---

# Get downstream environments that will be triggered by this environment deployment

`GET /environments/{id}/downstream`

## Path parameters

- `id` string, required

## Response `200`

- EnvironmentApiDownstreamEnvironment[]
  - `id` string, required
  - `name` string, required
  - `workspaceName` string, required
  - `projectId` string, required
  - `latestDeploymentLog` object, required
    - `blueprintName` 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)
