---
title: "Get Status Change Notifications"
method: GET
path: "/orders/{yelp_order_id}/notifications/v3"
tags: ["Checkout API"]
---

# Get Status Change Notifications

`GET /orders/{yelp_order_id}/notifications/v3`

Get status change notifications associated with a Yelp Checkout Order, ordered by most recent first.

See [OrderStatusNotification](https://docs.developer.yelp.com/docs/resources#orderstatuschangenotification) resource for more info.

## Query parameters

- `offset` integer
- `limit` integer

## Parameters

- `#/paths/~1orders~1%7Byelp_order_id%7D~1update~1v3/put/parameters/0` — unresolved $ref

## Response `200`

Successfully retrieved order status notifications.

- object
  - `offset` integer
  - `total_count` integer
  - `notifications` object[]
    - `notification_id` string
    - `yelp_order_id` string
    - `order_request_id` string
    - `time_created` integer
    - `order_status` string

---

[API](https://skmtc.net/yelp/apis/businesses.md) · [All operations](https://skmtc.net/yelp/apis/businesses/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/yelp/businesses/revisions/d3f744f55ed7/schema)
