> ## Documentation Index
> Fetch the complete documentation index at: https://guides.tryaqueduct.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Retrieve list subscriptions

<RequestExample>
  ```bash Request
  curl --request GET \
       --url https://api.tryaqueduct.com/v1/subscriptions \
       --header 'Accept: application/json' \
       --header 'Authorization: null'
  ```
</RequestExample>
