---
title: "Get subscription status"
method: GET
path: "/rest/servicedeskapi/request/{issueIdOrKey}/notification"
tags: ["Request"]
---

# Get subscription status

`GET /rest/servicedeskapi/request/{issueIdOrKey}/notification`

This method returns the notification subscription status of the user making the request. Use this method to determine if the user is subscribed to a customer request's notifications.

**[Permissions](#permissions) required**: Permission to view the customer request.

## Path parameters

- `issueIdOrKey` string, required

## Response `200`

Returns the status of the notification subscription.

- RequestNotificationSubscriptionDTO
  - `subscribed` boolean — Indicates whether the user is subscribed (true) or not (false) to the request's notifications.

## Other responses

- `401` — Returned if the user is not logged in.
- `403` — Returned if the user does not have permission to complete this request.
- `404` — Returned if the customer request does not exist.
- `500` — Internal Server Error.

---

[API](https://skmtc.net/atlassian/apis/service-management-public-rest-api.md) · [All operations](https://skmtc.net/atlassian/apis/service-management-public-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/atlassian/service-management-public-rest-api/versions/d1dc1a13b783/schema)
