---
title: "Get All Subscription Pending Actions"
method: GET
path: "/v1/subscriptions/{subId}/pending-actions"
tags: ["Pending Action"]
---

# Get All Subscription Pending Actions

`GET /v1/subscriptions/{subId}/pending-actions`

This will get all pending action of subscription by subscription id

## Path parameters

- `subId` string, required

## Headers

- `token` string, required

## Response `200`

OK

- SubscriptionActionInfo
  - `subscriptionId` string — Subscription id
  - `actions` ActionDetails[]
    - `action` Action — All possible subscription actions
      - `ACTIVATE` string
      - `EXPIRATION_DATE` string
      - `CANCEL` string
      - `PAYMENT_OPTION` string
      - `PAYMENT_SOURCE` string
      - `RENEWAL_PRICE` string
      - `RENEWAL_TYPE` string
      - `RENEWAL_PRODUCT` string
      - `RENEWAL_QUANTITY` string
      - `REDUCE` string
      - `DOWNGRADE` string
      - `PERPETUAL_PRICE` string
      - `SHIP_TO_ADDRESS` string
      - `REFERENCE_ID` string
    - `receivedTime` string — Subscription Action received type

## Other responses

- `400` — * Bad request
- `401` — Please verify your API key and secret (if applicable) is correct.
- `403` — * Access Denied
- `404` — * Not found

---

[API](https://skmtc.net/digitalriver/apis/commerce-api-suite-admin-apis.md) · [All operations](https://skmtc.net/digitalriver/apis/commerce-api-suite-admin-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/digitalriver/commerce-api-suite-admin-apis/revisions/a6efafc1669c/schema)
