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

# List notification rule steps

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

Lists all notifaction rule steps for the user. It optionally takes two parameters - offset and size.

## Path parameters

- `ruleId` string, required

## Query parameters

- `offset` integer
- `size` integer

## Response `200`

Returned if the request is successful.

- NotificationRulesStepPaginatedResponse
  - `values` 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.
  - `links` NotificationRulesStepLinks
    - `next` string — Link to the next page of results.

## Other responses

- `401` — Returned if the authentication credentials are incorrect.
- `404` — Returned if the notification rule with given id is 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)
