---
title: "List all email notifications of a test environment"
method: GET
path: "/test-environments/{id}/notifications"
tags: ["Test Environment Notifications"]
---

# List all email notifications of a test environment

`GET /test-environments/{id}/notifications`

Use this operation to retrieve all notifications associated 
with a specific Test Environment. It handles HTTP GET 
requests to the /test-environments/{id}/notifications 
endpoint and returns an ArrayResponse containing 
TestEnvironmentNotificationResponse objects. 

### User Access Permission

You must be assigned the **Refresh Central Sandbox** permission to run this operation.

## Path parameters

- `id` string, required

## Headers

- `Zuora-Entity-Ids` string
- `Zuora-Track-Id` string
- `Accept-Encoding` string
- `Content-Encoding` string

## Response `200`

Successfully fetched all notifications

- TestEnvironmentNotificationArrayResponse — Container for array of objects
  - `result` TestEnvironmentNotificationResponse[] — Array of objects
    - `address` string — The email address to receive notifications for the Test Environment when a refresh job has been completed or cancelled
    - `id` string — The unique id (UUID) of the Test Environment notification
    - `name` string — The name of the recipient who will receive notifications for the Test Environment
    - `testEnvironmentId` string — The unique id (UUID) of the Test Environment
  - `size` integer

## Other responses

- `404` — The resource you were trying to reach was not found
- `500` — Internal Error

---

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