---
title: "Get notification rule step"
method: GET
path: "/api/{cloudId}/v1/notification-rules/{ruleId}/steps/{id}"
tags: ["Notification rule steps"]
---

# Get notification rule step

`GET /api/{cloudId}/v1/notification-rules/{ruleId}/steps/{id}`

Gets a notification rule step with given id in the request.

## Path parameters

- `ruleId` string, required
- `id` string, required

## Response `200`

Returned if the request is successful.

- NotificationRulesStepNotificationRuleStep
  - `id` string — Identifier of the notification rule step which belongs to given notification rule.
  - `sendAfter` integer — Time period when notification will be sent after in minutes.
  - `contact` NotificationRulesStepContact — Defines the contact that notification will be sent to.
    - `method` 'email' | 'sms' | 'voice' | 'mobile', required — This parameter is the contact method of user.
    - `to` string, required — Address of the contact notification will be sent to.
  - `enabled` boolean — Specifies whether given step will be enabled or not when it is created.

## Other responses

- `401` — Returned if the authentication credentials are incorrect.
- `404` — Returned if the notification rule with given id or its steps are not found.

---

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