# Subscription API ## Getting Subscription Info ``` Usage: rbxcloud subscription get [OPTIONS] --universe-id --product --subscription --api-key Options: -u, --universe-id Universe ID -S, --product Subscription product ID -s, --subscription Subscription ID -v, --view View type [possible values: basic, full] -p, --pretty Pretty-print the JSON response -a, --api-key Roblox Open Cloud API Key [env: RBXCLOUD_API_KEY=] -h, --help Print help ``` ### Example ``` $ rbxcloud subscription get -p -u 12345 -S 1234 -s 5678 -a MY_KEY ```