---
title: "Get orchestration notifications by status"
method: GET
path: "/v4/orchestration/payment/notification"
tags: ["Orchestration payments"]
---

# Get orchestration notifications by status

`GET /v4/orchestration/payment/notification`

Gets a list of orchestration payment notifications with a given status.

## Query parameters

- `status` 'NEW' | 'SENT', required
- `size` integer
- `delay_time` integer
- `range_field` string
- `before` string
- `after` string

## Response `200`

Successfully fetched orchestration payment notifications list.

- NotificationResponseRos[] — List response of external notifications.
  - `uuid` string, uuid — Unique Identifier of the orchestration payment notification.
  - `notification_type` string — Type of the orchestration payment notification.
  - `notification_version` string — Version of the orchestration payment notification.
  - `notification_status` 'NEW' | 'SENT' | 'ACK' — Orchestration payment notification status.
  - `notification_payload` object — Orchestration payment notification payload.
  - `created_at` string, date-time — Date and time at which the message was created, as an ISO-8601 timestamp in UTC.
  - `modified_at` string, date-time — Date and time at which the message was modified, as an ISO-8601 timestamp in UTC.

---

[API](https://skmtc.net/ripple/apis/ripplenet-server-api.md) · [All operations](https://skmtc.net/ripple/apis/ripplenet-server-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ripple/ripplenet-server-api/versions/7843f07ca150/schema)
