How do I find the action_id associated with a given subscription_id?

How do I find the action_id associated with a given subscription_id?

:wave: You can add include: "actions" to a request to RetrieveSubscription , which will return a list of pending actions for a subscription (including their ids). Same for SearchSubscriptions. :slightly_smiling_face:

1 Like