---
title: "Retrieve a notification response of a test environment"
method: GET
path: "/test-environments/{id}/notifications/{notificationId}"
tags: ["Test Environment Notifications"]
---

# Retrieve a notification response of a test environment

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

Use this operation to retrieve a specific notification associated 
with a Test Environment by its unique notification ID. It handles 
HTTP GET requests to the /test-environments/{id}/notifications/{notificationId} 
endpoint and returns a TestEnvironmentNotificationResponse object 
if the notification is found. If the specified notification does 
not exist, it returns a 404 error.

### User Access Permission

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

## Path parameters

- `id` string, required
- `notificationId` string, required

## Headers

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

## Response `200`

Successfully retrieved a Test Environment notification response

- TestEnvironmentNotificationResponse — The notification response for a Test Environment
  - `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

## 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)
